rector/e2e/finalize/composer.json
Tomas Votruba a3f9df34d6 Updated Rector to commit 58e7624357
58e7624357 [scoped] Run e2e parallel, suck in existing tests (#16)
2021-05-11 16:11:30 +00:00

11 lines
151 B
JSON

{
"autoload": {
"psr-4": {
"Rector\\e2e\\": "src"
}
},
"require-dev": {
"doctrine/orm": "^2.7"
}
}