diff --git a/composer.json b/composer.json index ec01fc3..2af8b63 100644 --- a/composer.json +++ b/composer.json @@ -19,6 +19,11 @@ "ParseCsv\\tests\\": "tests" } }, + "autoload-dev":{ + "psr-4":{ + "ParseCsv\\tests\\": "tests" + } + }, "require-dev": { "phpunit/phpunit": "4.1.*" }