Skip to content

Commit

Permalink
Allow Rector 2
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Dec 12, 2024
1 parent 017ea84 commit 2dafbb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"license": "MIT",
"require": {
"php": ">=8.1",
"phpstan/phpstan": "^1.10.52 || ^2.0"
"phpstan/phpstan": "^2.0"
},
"require-dev": {
"illuminate/container": "^10.39",
"phpstan/extension-installer": "^1.3",
"phpunit/phpunit": "^10.3",
"rector/rector": "^1.2 || ^2.0",
"rector/rector": "^2.0",
"symfony/dependency-injection": "^6.4",
"symfony/finder": "^6.2",
"symplify/easy-coding-standard": "^12.0",
Expand Down

0 comments on commit 2dafbb3

Please sign in to comment.