Skip to content

Commit

Permalink
Update rector/rector requirement from ^0.17 to ^0.18 (#133)
Browse files Browse the repository at this point in the history
Co-authored-by: Sergei Predvoditelev <[email protected]>
  • Loading branch information
dependabot[bot] and vjik authored Sep 11, 2023
1 parent fa4624a commit eb163eb
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 @@ -28,7 +28,7 @@
"require-dev": {
"maglnet/composer-require-checker": "^4.3",
"phpunit/phpunit": "^9.5",
"rector/rector": "^0.17",
"rector/rector": "^0.18",
"roave/infection-static-analysis-plugin": "^1.25|^1.31",
"spatie/phpunit-watcher": "^1.23",
"vimeo/psalm": "^4.30|^5.8",
Expand Down Expand Up @@ -59,7 +59,8 @@
"sort-packages": true,
"allow-plugins": {
"infection/extension-installer": true,
"composer/package-versions-deprecated": true
"composer/package-versions-deprecated": true,
"yiisoft/config": false
}
},
"scripts": {
Expand Down

0 comments on commit eb163eb

Please sign in to comment.