FX do not allow rector rules packages installed with latest 0.11 rector (#59)

All these rules are now bundled. Having them installed as separate packages will result in unpredicted behavior

Co-authored-by: Oleksandr Vasylenko <oleksandr.vasylenko@flixbus.com>
This commit is contained in:
Alex Vasilenko 2021-05-17 15:23:07 +02:00 committed by GitHub
parent 6a64a03630
commit 0728e7ff2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,12 @@
"conflict": {
"phpstan/phpdoc-parser": "<=0.5.3",
"phpstan/phpstan": "<=0.12.82",
"rector/rector-prefixed": "*"
"rector/rector-prefixed": "*",
"rector/rector-phpunit": "*",
"rector/rector-symfony": "*",
"rector/rector-doctrine": "*",
"rector/rector-nette": "*",
"rector/rector-nette-to-symfony": "*",
"rector/rector-cakephp": "*"
}
}