From 7c9fa44a8c1e88ead3e6f43c6c8ecc3b3f578e70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 12:16:03 +0000 Subject: [PATCH] chore(deps): update dependency phpstan/phpstan to v1.10.65 --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 57404db..3106916 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "squizlabs/php_codesniffer": "3.7.2", "loophp/phpunit-iterable-assertions": "1.0.3", "doctrine/collections": "2.1.2", - "phpstan/phpstan": "1.10.36", + "phpstan/phpstan": "1.10.65", "phpmd/phpmd": "2.14.1", "pestphp/pest": "^2.4", "pestphp/pest-plugin-faker": "^2.0" diff --git a/composer.lock b/composer.lock index 7d7fa40..e67a03a 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "5d3f2f77bee478c3dcf4db15552c4871", + "content-hash": "46cee7d146b361d5f8a4492a1884fed2", "packages": [ { "name": "brick/math", @@ -2535,16 +2535,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.36", + "version": "1.10.65", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "ffa3089511121a672e62969404e4fddc753f9b15" + "reference": "3c657d057a0b7ecae19cb12db446bbc99d8839c6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/ffa3089511121a672e62969404e4fddc753f9b15", - "reference": "ffa3089511121a672e62969404e4fddc753f9b15", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/3c657d057a0b7ecae19cb12db446bbc99d8839c6", + "reference": "3c657d057a0b7ecae19cb12db446bbc99d8839c6", "shasum": "" }, "require": { @@ -2593,7 +2593,7 @@ "type": "tidelift" } ], - "time": "2023-09-29T14:07:45+00:00" + "time": "2024-03-23T10:30:26+00:00" }, { "name": "phpunit/php-code-coverage",