mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-01-31 11:16:42 +01:00
Shift PSR-4 autoloading
This commit is contained in:
parent
bf00a958cc
commit
8890012fec
1 changed files with 3 additions and 3 deletions
|
@ -46,13 +46,13 @@
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"classmap": [
|
"classmap": [
|
||||||
"database/factories",
|
|
||||||
"database/migrations",
|
"database/migrations",
|
||||||
"database/seeds",
|
|
||||||
"app/Library"
|
"app/Library"
|
||||||
],
|
],
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"App\\": "app/"
|
"App\\": "app/",
|
||||||
|
"Database\\Factories\\": "database/factories/",
|
||||||
|
"Database\\Seeders\\": "database/seeders/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload-dev": {
|
"autoload-dev": {
|
||||||
|
|
Loading…
Reference in a new issue