mirror of
https://github.com/superhelio/commands.git
synced 2026-02-18 12:54:31 +00:00
Autoloader addition, Orchestra\Testbench could not be found
This commit is contained in:
@@ -31,7 +31,8 @@
|
|||||||
},
|
},
|
||||||
"autoload-dev": {
|
"autoload-dev": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Superhelio\\Commands\\Test\\": "tests"
|
"Superhelio\\Commands\\Test\\": "tests",
|
||||||
|
"Orchestra\\Testbench\\": "vendor/orchestra/testbench"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user