Move custom app code
Move custom app code (the `src` and `tests` directories) into `app`.
This commit is contained in:
parent
b9830f8386
commit
10f0f7fd11
|
@ -50,12 +50,12 @@
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"App\\": "src"
|
"App\\": "app/src"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload-dev": {
|
"autoload-dev": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"App\\Tests\\": "tests"
|
"App\\Tests\\": "app/tests"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue