We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dd940f commit 7caae7fCopy full SHA for 7caae7f
composer.json
@@ -8,7 +8,7 @@
8
],
9
"require": {
10
"php": ">=8.3",
11
- "rector/rector": "^1.0",
+ "rector/rector": "^2.0",
12
"symfony/config": "^6.4",
13
"symfony/console": "^6.4",
14
"symfony/dependency-injection": "^6.4",
@@ -20,9 +20,9 @@
20
"require-dev": {
21
"ibexa/code-style": "~2.0.0",
22
"nikic/php-parser": "^4.18",
23
- "phpstan/phpstan": "^1.10",
24
- "phpstan/phpstan-phpunit": "^1.3",
25
- "phpstan/phpstan-symfony": "^1.3",
+ "phpstan/phpstan": "^2.0",
+ "phpstan/phpstan-phpunit": "^2.0",
+ "phpstan/phpstan-symfony": "^2.0",
26
"phpunit/phpunit": "^10",
27
"qossmic/deptrac-shim": "^0.24.0 || ^1.0.2"
28
},
0 commit comments