Skip to content

Commit

Permalink
Add support for rector 0.17 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz authored Jun 1, 2023
1 parent 419e68f commit 92bc8e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 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.14.1 || ^0.15 || ^0.16"
"rector/rector": "^0.14.1 || ^0.15 || ^0.16 || ^0.17"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.6",
Expand Down Expand Up @@ -61,7 +61,8 @@
"allow-plugins": {
"rector/extension-installer": true,
"cweagans/composer-patches": true,
"phpstan/extension-installer": true
"phpstan/extension-installer": true,
"php-http/discovery": true
}
}
}

0 comments on commit 92bc8e6

Please sign in to comment.