Skip to content

Commit

Permalink
Add conflict rule for rector
Browse files Browse the repository at this point in the history
  • Loading branch information
zingimmick committed Aug 1, 2020
1 parent 5476ccb commit 39449d3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,16 @@
},
"require": {
"php": "^7.2",
"rector/rector": "^0.7.50,<0.7.54",
"rector/rector": "^0.7.50",
"symplify/easy-coding-standard": "^8.1"
},
"require-dev": {
"phpunit/phpunit": "^7.0|^8.0|^9.0",
"roave/security-advisories": "dev-master"
},
"conflict": {
"rector/rector": ">=0.7.54,<=0.7.57"
},
"autoload-dev": {
"psr-4": {
"Zing\\CodingStandard\\Tests\\": "tests",
Expand Down

0 comments on commit 39449d3

Please sign in to comment.