Skip to content

Commit 5d2594c

Browse files
committed
fix rector version constraint
1 parent 34b809c commit 5d2594c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"version": "1.1",
32
"name": "matheusab/rector-html-output-formatter",
43
"description": "HTML Output Formatter for the Rector PHP Library.",
54
"type": "library",
@@ -14,7 +13,7 @@
1413
],
1514
"require": {
1615
"php": "^7.2|^8.0",
17-
"rector/rector": "^1.0|^2.0"
16+
"rector/rector": "^1.0 || ^2.0"
1817
},
1918
"autoload": {
2019
"psr-4": {

0 commit comments

Comments
 (0)