Commit 931f0eb8 authored by Graham Campbell's avatar Graham Campbell

Make use of autoload-dev

parent 7a8b2256
...@@ -12,13 +12,17 @@ ...@@ -12,13 +12,17 @@
}, },
"autoload": { "autoload": {
"classmap": [ "classmap": [
"resources/database", "database"
"tests/TestCase.php"
], ],
"psr-4": { "psr-4": {
"App\\": "app/" "App\\": "app/"
} }
}, },
"autoload-dev": {
"classmap": [
"tests/TestCase.php"
]
},
"scripts": { "scripts": {
"post-install-cmd": [ "post-install-cmd": [
"php artisan clear-compiled", "php artisan clear-compiled",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment