mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-17 21:38:22 +01:00
a3f9df34d6
58e7624357
[scoped] Run e2e parallel, suck in existing tests (#16)
11 lines
151 B
JSON
11 lines
151 B
JSON
{
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Rector\\e2e\\": "src"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"doctrine/orm": "^2.7"
|
|
}
|
|
}
|