Commit bf33e170 authored by Eric Dowell's avatar Eric Dowell Committed by GitHub

Update composer.json

Only autoload the tests namespace in dev.
parent f1430ced
......@@ -19,7 +19,11 @@
"database"
],
"psr-4": {
"App\\": "app/",
"App\\": "app/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
......
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