diff --git a/composer.json b/composer.json index 2f7815c..8dfc496 100644 --- a/composer.json +++ b/composer.json @@ -23,9 +23,9 @@ "require-dev": { "infection/infection": "^0.29", "matthiasnoback/symfony-dependency-injection-test": "^6.0.0", - "phpstan/phpstan": "^2.0.3", + "phpstan/phpstan": "^2.0.4", "phpstan/phpstan-deprecation-rules": "^2.0.1", - "phpstan/phpstan-phpunit": "^2.0.1", + "phpstan/phpstan-phpunit": "^2.0.2", "phpunit/phpunit": "^10.5.11 || ^11.0", "roave/security-advisories": "dev-latest" }, diff --git a/composer.lock b/composer.lock index 66d8bcc..15715ff 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": "8bc0e99db1c14011c37c8915cdbbe8fb", + "content-hash": "f8b5e709f6a3441e70b222cc35ba08a4", "packages": [ { "name": "monolog/monolog", @@ -3968,16 +3968,16 @@ }, { "name": "phpstan/phpstan", - "version": "2.0.3", + "version": "2.0.4", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "46b4d3529b12178112d9008337beda0cc2a1a6b4" + "reference": "50d276fc3bf1430ec315f2f109bbde2769821524" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/46b4d3529b12178112d9008337beda0cc2a1a6b4", - "reference": "46b4d3529b12178112d9008337beda0cc2a1a6b4", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/50d276fc3bf1430ec315f2f109bbde2769821524", + "reference": "50d276fc3bf1430ec315f2f109bbde2769821524", "shasum": "" }, "require": { @@ -4022,7 +4022,7 @@ "type": "github" } ], - "time": "2024-11-28T22:19:37+00:00" + "time": "2024-12-17T17:14:01+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", @@ -4073,21 +4073,21 @@ }, { "name": "phpstan/phpstan-phpunit", - "version": "2.0.1", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-phpunit.git", - "reference": "4b6ad7fab8683ff4efd7887ba26ef8ee171c7475" + "reference": "2cedfb72dfd0e9c5d636f837b945c9f20c943bdb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/4b6ad7fab8683ff4efd7887ba26ef8ee171c7475", - "reference": "4b6ad7fab8683ff4efd7887ba26ef8ee171c7475", + "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/2cedfb72dfd0e9c5d636f837b945c9f20c943bdb", + "reference": "2cedfb72dfd0e9c5d636f837b945c9f20c943bdb", "shasum": "" }, "require": { "php": "^7.4 || ^8.0", - "phpstan/phpstan": "^2.0" + "phpstan/phpstan": "^2.0.4" }, "conflict": { "phpunit/phpunit": "<7.0" @@ -4118,9 +4118,9 @@ "description": "PHPUnit extensions and rules for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-phpunit/issues", - "source": "https://github.com/phpstan/phpstan-phpunit/tree/2.0.1" + "source": "https://github.com/phpstan/phpstan-phpunit/tree/2.0.2" }, - "time": "2024-11-12T12:48:00+00:00" + "time": "2024-12-17T17:22:26+00:00" }, { "name": "phpunit/php-code-coverage",