diff --git a/composer.json b/composer.json index f5cb3a7..6f7c4f7 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.7", + "phpstan/phpstan": "^1.12.8", "phpstan/phpstan-deprecation-rules": "^1.2.1", "phpstan/phpstan-php-parser": "^1.1", "phpstan/phpstan-phpunit": "^1.4.0", diff --git a/composer.lock b/composer.lock index 408558e..43f3e8f 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": "b6bd9f55a8ae340d92370caeddff6e98", + "content-hash": "8e20951e2b7fd2669a9ae00ebc233c52", "packages": [ { "name": "monolog/monolog", @@ -4917,16 +4917,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.7", + "version": "1.12.8", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "dc2b9976bd8b0f84ec9b0e50cc35378551de7af0" + "reference": "f6a60a4d66142b8156c9da923f1972657bc4748c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/dc2b9976bd8b0f84ec9b0e50cc35378551de7af0", - "reference": "dc2b9976bd8b0f84ec9b0e50cc35378551de7af0", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/f6a60a4d66142b8156c9da923f1972657bc4748c", + "reference": "f6a60a4d66142b8156c9da923f1972657bc4748c", "shasum": "" }, "require": { @@ -4971,7 +4971,7 @@ "type": "github" } ], - "time": "2024-10-18T11:12:07+00:00" + "time": "2024-11-06T19:06:49+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",