diff --git a/composer.json b/composer.json index 7ab7af3..5507f0d 100644 --- a/composer.json +++ b/composer.json @@ -10,5 +10,10 @@ "psr-4": { "Interop\\Async\\": "src" } + }, + "autoload-dev": { + "psr-4": { + "Interop\\Async\\": "test" + } } }