diff --git a/composer.json b/composer.json index 76ac0a8..55e243a 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "require-dev": { "infection/infection": "^0.29", "matthiasnoback/symfony-dependency-injection-test": "^6.0.0", - "phpstan/phpstan": "^1.12.2", + "phpstan/phpstan": "^1.12.3", "phpstan/phpstan-deprecation-rules": "^1.2.0", "phpstan/phpstan-php-parser": "^1.1", "phpstan/phpstan-phpunit": "^1.4.0", diff --git a/composer.lock b/composer.lock index a32b4f2..18cc86d 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": "9d23f99e49f6664406682252dc83643f", + "content-hash": "4bfe2037404002451623e1e65e2261ed", "packages": [ { "name": "monolog/monolog", @@ -4918,16 +4918,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.2", + "version": "1.12.3", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "0ca1c7bb55fca8fe6448f16fff0f311ccec960a1" + "reference": "0fcbf194ab63d8159bb70d9aa3e1350051632009" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/0ca1c7bb55fca8fe6448f16fff0f311ccec960a1", - "reference": "0ca1c7bb55fca8fe6448f16fff0f311ccec960a1", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/0fcbf194ab63d8159bb70d9aa3e1350051632009", + "reference": "0fcbf194ab63d8159bb70d9aa3e1350051632009", "shasum": "" }, "require": { @@ -4972,7 +4972,7 @@ "type": "github" } ], - "time": "2024-09-05T16:09:28+00:00" + "time": "2024-09-09T08:10:35+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",