Make use of autoload-dev

This commit is contained in:
Graham Campbell 2014-12-15 15:53:52 +00:00
parent 7a8b2256a3
commit 931f0eb840
1 changed files with 6 additions and 2 deletions

View File

@ -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",