composer.json: remove test directory from autoload-dev
This commit is contained in:
parent
85a6288062
commit
483e3e321c
1 changed files with 1 additions and 5 deletions
|
|
@ -27,11 +27,7 @@
|
|||
"App\\": "app/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"classmap": [
|
||||
"tests/"
|
||||
]
|
||||
},
|
||||
"autoload-dev": {},
|
||||
"config": {
|
||||
"preferred-install": "dist",
|
||||
"sort-packages": true,
|
||||
|
|
|
|||
Reference in a new issue