Skip to content

Commit f3e0b06

Browse files
Update PHPStan packages to v2
| datasource | package | from | to | | ---------- | --------------------------------- | ------- | ----- | | packagist | phpstan/phpstan | 1.10.38 | 2.0.1 | | packagist | phpstan/phpstan-deprecation-rules | 1.1.4 | 2.0.0 | | packagist | phpstan/phpstan-phpunit | 1.3.15 | 2.0.0 | | packagist | phpstan/phpstan-strict-rules | 1.5.1 | 2.0.0 |
1 parent 9f46feb commit f3e0b06

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"infection/infection": "^0.26",
1818
"lcobucci/coding-standard": "^9.0",
1919
"phpstan/extension-installer": "^1.2",
20-
"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",
20+
"phpstan/phpstan": "^2.0.0",
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)