Skip to content

Commit

Permalink
Merge pull request #4115 from ericdowell/ericdowell-patch-1
Browse files Browse the repository at this point in the history
Update composer.json to contain autoload-dev for Test namespace
  • Loading branch information
taylorotwell committed Jan 24, 2017
2 parents f1430ce + bf33e17 commit 99ec094
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@
"database"
],
"psr-4": {
"App\\": "app/",
"App\\": "app/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
Expand Down

0 comments on commit 99ec094

Please sign in to comment.