mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-29 19:18:11 +01:00
Cleanup autoloading
This commit is contained in:
parent
598b487605
commit
fd022f1413
@ -27,16 +27,20 @@
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
"app/models",
|
||||
"app/database/migrations",
|
||||
"app/database/seeds",
|
||||
"app/tests/TestCase.php",
|
||||
"app/filters"
|
||||
"app/filters",
|
||||
"app/models"
|
||||
],
|
||||
"psr-4": {
|
||||
"CachetHQ\\Cachet\\": "src/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"classmap": [
|
||||
"app/tests/TestCase.php",
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
"paas": {
|
||||
"document-root": "public",
|
||||
|
Loading…
x
Reference in New Issue
Block a user