Autoloader addition, Orchestra\Testbench could not be found

This commit is contained in:
Ismo Vuorinen
2017-02-10 09:55:39 +02:00
parent bb18cdd30f
commit 8e49c144fd

View File

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