Skip to content

Commit

Permalink
Increase Rector requirement to 0.19 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz authored Jan 9, 2024
1 parent 5e160fe commit ae159cf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"require": {
"php": "^8.1",
"rector/rector": "^0.17.2 || ^0.18"
"rector/rector": "^0.19"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.6",
Expand All @@ -23,9 +23,6 @@
"sulu/sulu": "^2.5@dev",
"thecodingmachine/phpstan-strict-rules": "^1.0"
},
"conflict": {
"phpstan/phpstan": ">=1.10.55"
},
"autoload": {
"psr-4": {
"Sulu\\Rector\\": "src"
Expand Down

0 comments on commit ae159cf

Please sign in to comment.