diff --git a/composer.json b/composer.json index 9f5c7a5..ac3e8b7 100755 --- a/composer.json +++ b/composer.json @@ -1,5 +1,8 @@ { "require": { "phpunit/phpunit" : "4.8.*" + }, + "autoload": { + "classmap": ["./"] } -} \ No newline at end of file +}