Skip to content

Commit

Permalink
Allow rector 0.12.19 for php7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichel committed Sep 22, 2024
1 parent 459a61f commit 2483c48
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
"symfony/polyfill-ctype": "^1.27",
"symfony/polyfill-mbstring": "^1.26"
},
"require-dev": {
"phpunit/phpunit": "^7|^8|^9",
"php-parallel-lint/php-parallel-lint": "^1.3",
"yoast/phpunit-polyfills": "2.0",
"rector/rector": "0.12.19 || ^1.2"
},

"suggest": {
"ext-mbstring": "Multibyte strings handling"
},
Expand All @@ -34,12 +41,6 @@
"dev-master": "1.12.x-dev"
}
},
"require-dev": {
"phpunit/phpunit": "^7|^8|^9",
"php-parallel-lint/php-parallel-lint": "^1.3",
"yoast/phpunit-polyfills": "2.0",
"rector/rector": "^1.2"
},
"archive": {
"exclude": ["/demos", "/documentation", "/tests"]
},
Expand Down

0 comments on commit 2483c48

Please sign in to comment.