Skip to content

Commit c40d4f2

Browse files
authored
[Composer] Added conflict with rector/rector 2.2.6 (#44)
1 parent 0cd17cc commit c40d4f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
"phpunit/phpunit": "^10",
2727
"qossmic/deptrac-shim": "^0.24.0 || ^1.0.2"
2828
},
29+
"conflict": {
30+
"rector/rector": "2.2.6"
31+
},
2932
"autoload": {
3033
"psr-4": {
3134
"Ibexa\\Contracts\\Rector\\": "src/contracts/",

0 commit comments

Comments
 (0)