diff --git a/composer.json b/composer.json index 7a177c2..b1f0b2f 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,8 @@ }, "autoload-dev": { "psr-4": { - "Superhelio\\Commands\\Test\\": "tests" + "Superhelio\\Commands\\Test\\": "tests", + "Orchestra\\Testbench\\": "vendor/orchestra/testbench" } }, "scripts": {