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