mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-25 04:03:55 +01:00
11 lines
151 B
JSON
11 lines
151 B
JSON
|
{
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Rector\\e2e\\": "src"
|
||
|
}
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"doctrine/orm": "^2.7"
|
||
|
}
|
||
|
}
|