Skip to content

Commit 2dafbb3

Browse files
committed
Allow Rector 2
1 parent 017ea84 commit 2dafbb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"license": "MIT",
66
"require": {
77
"php": ">=8.1",
8-
"phpstan/phpstan": "^1.10.52 || ^2.0"
8+
"phpstan/phpstan": "^2.0"
99
},
1010
"require-dev": {
1111
"illuminate/container": "^10.39",
1212
"phpstan/extension-installer": "^1.3",
1313
"phpunit/phpunit": "^10.3",
14-
"rector/rector": "^1.2 || ^2.0",
14+
"rector/rector": "^2.0",
1515
"symfony/dependency-injection": "^6.4",
1616
"symfony/finder": "^6.2",
1717
"symplify/easy-coding-standard": "^12.0",

0 commit comments

Comments
 (0)