use rector as dependency, its the only way to see the bug

This commit is contained in:
Tomas Votruba 2021-12-13 21:37:59 +01:00
parent 4dbfce13a1
commit 2d4ac92120
2 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,6 @@ jobs:
working-directory: e2e/parse-match-class-on-php74 working-directory: e2e/parse-match-class-on-php74
- -
run: ../../bin/rector process --dry-run --ansi run: vendor/bin/rector process --dry-run --ansi
working-directory: e2e/parse-match-class-on-php74 working-directory: e2e/parse-match-class-on-php74

View File

@ -1,6 +1,7 @@
{ {
"require": { "require": {
"php": "7.4.*", "php": "7.4.*",
"rector/rector": "^0.12.7",
"ruflin/elastica": "6.1.5" "ruflin/elastica": "6.1.5"
}, },
"autoload": { "autoload": {