Make use of autoload-dev
This commit is contained in:
parent
7a8b2256a3
commit
931f0eb840
|
@ -12,13 +12,17 @@
|
|||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
"resources/database",
|
||||
"tests/TestCase.php"
|
||||
"database"
|
||||
],
|
||||
"psr-4": {
|
||||
"App\\": "app/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"classmap": [
|
||||
"tests/TestCase.php"
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"post-install-cmd": [
|
||||
"php artisan clear-compiled",
|
||||
|
|
Loading…
Reference in New Issue