Skip to content

Commit 29fa0fc

Browse files
Update PHPStan packages to v2
| datasource | package | from | to | | ---------- | --------------------------------- | ------ | ----- | | packagist | phpstan/phpstan-deprecation-rules | 1.1.4 | 2.0.3 | | packagist | phpstan/phpstan-phpunit | 1.3.15 | 2.0.7 | | packagist | phpstan/phpstan-strict-rules | 1.5.1 | 2.0.7 |
1 parent 9f46feb commit 29fa0fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"lcobucci/coding-standard": "^9.0",
1919
"phpstan/extension-installer": "^1.2",
2020
"phpstan/phpstan": "^1.10.10",
21-
"phpstan/phpstan-deprecation-rules": "^1.1.3",
22-
"phpstan/phpstan-phpunit": "^1.3.11",
23-
"phpstan/phpstan-strict-rules": "^1.5.1",
21+
"phpstan/phpstan-deprecation-rules": "^2.0.0",
22+
"phpstan/phpstan-phpunit": "^2.0.0",
23+
"phpstan/phpstan-strict-rules": "^2.0.0",
2424
"phpunit/phpunit": "^10.0.19"
2525
},
2626
"autoload": {

0 commit comments

Comments
 (0)