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/"
|
"App\\": "app/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload-dev": {
|
"autoload-dev": {},
|
||||||
"classmap": [
|
|
||||||
"tests/"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"config": {
|
"config": {
|
||||||
"preferred-install": "dist",
|
"preferred-install": "dist",
|
||||||
"sort-packages": true,
|
"sort-packages": true,
|
||||||
|
|
|
||||||
Reference in a new issue