Commit 01adbfbb authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3187 from GrahamForks/autoload-dev

Make use of autoload-dev
parents 7a8b2256 931f0eb8
......@@ -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",
......
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