From 0509cbb2fb414c1daff22d51f7b11695b7f520ac Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Fri, 10 Feb 2017 10:12:28 +0200 Subject: [PATCH] Typo in autoload-dev class mapping, removed Orchestra\Testbench --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b1f0b2f..41c862f 100644 --- a/composer.json +++ b/composer.json @@ -31,8 +31,7 @@ }, "autoload-dev": { "psr-4": { - "Superhelio\\Commands\\Test\\": "tests", - "Orchestra\\Testbench\\": "vendor/orchestra/testbench" + "Superhelio\\Commands\\Tests\\": "tests" } }, "scripts": {