mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 19:53:14 +01:00
12 lines
169 B
JSON
12 lines
169 B
JSON
|
{
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"App\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "7.2.*",
|
||
|
"rector/rector": "dev-main"
|
||
|
}
|
||
|
}
|