Skip to content

Commit 56bf9f8

Browse files
Update PHPStan packages to v2
| datasource | package | from | to | | ---------- | --------------------------------- | ------- | ----- | | packagist | phpstan/phpstan | 1.12.11 | 2.0.2 | | packagist | phpstan/phpstan-deprecation-rules | 1.2.1 | 2.0.0 | | packagist | phpstan/phpstan-phpunit | 1.4.1 | 2.0.1 | | packagist | phpstan/phpstan-strict-rules | 1.6.1 | 2.0.0 |
1 parent 3f27cbc commit 56bf9f8

File tree

2 files changed

+42
-44
lines changed

2 files changed

+42
-44
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"league/plates": "^3.5.0",
2626
"middlewares/negotiation": "^2.1",
2727
"phpstan/extension-installer": "^1.4.1",
28-
"phpstan/phpstan": "^1.12.4",
29-
"phpstan/phpstan-deprecation-rules": "^1.2.1",
30-
"phpstan/phpstan-phpunit": "^1.4.0",
31-
"phpstan/phpstan-strict-rules": "^1.6.1",
28+
"phpstan/phpstan": "^2.0.0",
29+
"phpstan/phpstan-deprecation-rules": "^2.0.0",
30+
"phpstan/phpstan-phpunit": "^2.0.0",
31+
"phpstan/phpstan-strict-rules": "^2.0.0",
3232
"phpunit/phpunit": "^11.3",
3333
"twig/twig": "^3.14.1"
3434
},

composer.lock

+38-40
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)