Skip to content

Commit

Permalink
Move rector to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz authored Apr 25, 2024
1 parent 2fbd066 commit b6ebf9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"require": {
"php": "^8.1",
"laminas/laminas-zendframework-bridge": "^1.4",
"rector/rector": "^0.15.7",
"sulu/sulu": "2.5.*",
"sulu/sulu-rector": "^0.1.3",
"symfony/config": "^4.4 || ^5.0 || ^6.0",
Expand All @@ -40,6 +39,7 @@
"phpstan/phpstan-symfony": "^1.1",
"phpstan/phpstan-webmozart-assert": "^1.0",
"phpunit/phpunit": "^8.4",
"rector/rector": "^0.15.7",
"symfony/browser-kit": "^4.4 || ^5.0 || ^6.0",
"symfony/console": "^4.4 || ^5.0 || ^6.0",
"symfony/dotenv": "^4.4 || ^5.0 || ^6.0",
Expand Down

0 comments on commit b6ebf9a

Please sign in to comment.