Typo in autoload-dev class mapping, removed Orchestra\Testbench

This commit is contained in:
Ismo Vuorinen
2017-02-10 10:12:28 +02:00
parent f146683ae4
commit 0509cbb2fb

View File

@@ -31,8 +31,7 @@
},
"autoload-dev": {
"psr-4": {
"Superhelio\\Commands\\Test\\": "tests",
"Orchestra\\Testbench\\": "vendor/orchestra/testbench"
"Superhelio\\Commands\\Tests\\": "tests"
}
},
"scripts": {