Skip to content

Commit abd51ce

Browse files
committed
Restrict version constraint to due to RectorsChangelogResolver class being removed on rector:1.2.0
#5
1 parent c02b9d2 commit abd51ce

File tree

2 files changed

+1
-1756
lines changed

2 files changed

+1
-1756
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"php": "^7.2|^8.0",
16-
"rector/rector": ">=0.19"
16+
"rector/rector": ">=0.19,<1.2.0"
1717
},
1818
"autoload": {
1919
"psr-4": {

0 commit comments

Comments
 (0)