Commit 99ec0944 authored by Taylor Otwell's avatar Taylor Otwell Committed by GitHub

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

Update composer.json to contain autoload-dev for Test namespace
parents f1430ced bf33e170
...@@ -19,7 +19,11 @@ ...@@ -19,7 +19,11 @@
"database" "database"
], ],
"psr-4": { "psr-4": {
"App\\": "app/", "App\\": "app/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/" "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