Merge pull request #4115 from ericdowell/ericdowell-patch-1
Update composer.json to contain autoload-dev for Test namespace
This commit is contained in:
commit
99ec094434
|
@ -19,7 +19,11 @@
|
|||
"database"
|
||||
],
|
||||
"psr-4": {
|
||||
"App\\": "app/",
|
||||
"App\\": "app/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Tests\\": "tests/"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue