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