Merge pull request #4115 from ericdowell/ericdowell-patch-1

Update composer.json to contain autoload-dev for Test namespace
This commit is contained in:
Taylor Otwell 2017-01-24 16:47:33 -06:00 committed by GitHub
commit 99ec094434
1 changed files with 5 additions and 1 deletions

View File

@ -19,7 +19,11 @@
"database"
],
"psr-4": {
"App\\": "app/",
"App\\": "app/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},