diff --git a/composer.json b/composer.json index 731e1d79..c5c897d6 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "phpstan/phpstan": "^2.1.1", "phpstan/phpstan-deprecation-rules": "^2.0.1", "phpstan/phpstan-phpunit": "^2.0.3", - "phpstan/phpstan-strict-rules": "^2.0.1", + "phpstan/phpstan-strict-rules": "^2.0.2", "phpunit/phpunit": "^9.6.22", "rector/rector": "^2.0.6", "symfony/filesystem": "^5.0.0 || ^6.0.0", diff --git a/composer.lock b/composer.lock index 9fa7aa35..7c6f0734 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": "94a1c53c09fe29c2d5ee9fecd2529c7d", + "content-hash": "43294a8aaecc43a39bded07e6229c355", "packages": [ { "name": "clue/ndjson-react", @@ -4424,16 +4424,16 @@ }, { "name": "phpstan/phpstan-strict-rules", - "version": "2.0.1", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-strict-rules.git", - "reference": "ed6fea0ad4ad9c7e25f3ad2e7c4d420cf1e67fe3" + "reference": "02277ce4b0dd03d74f15282064f8f027d1dec9cc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/ed6fea0ad4ad9c7e25f3ad2e7c4d420cf1e67fe3", - "reference": "ed6fea0ad4ad9c7e25f3ad2e7c4d420cf1e67fe3", + "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/02277ce4b0dd03d74f15282064f8f027d1dec9cc", + "reference": "02277ce4b0dd03d74f15282064f8f027d1dec9cc", "shasum": "" }, "require": { @@ -4466,9 +4466,9 @@ "description": "Extra strict and opinionated rules for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-strict-rules/issues", - "source": "https://github.com/phpstan/phpstan-strict-rules/tree/2.0.1" + "source": "https://github.com/phpstan/phpstan-strict-rules/tree/2.0.2" }, - "time": "2024-12-12T20:21:10+00:00" + "time": "2025-01-19T13:03:11+00:00" }, { "name": "phpunit/php-code-coverage",