diff --git a/framework/core/composer.json b/framework/core/composer.json index 44c9c2465..090342d72 100644 --- a/framework/core/composer.json +++ b/framework/core/composer.json @@ -42,13 +42,17 @@ }, "autoload": { "psr-4": { - "Flarum\\": "src/", - "tests\\": "tests/" + "Flarum\\": "src/" }, "files": [ "src/helpers.php" ] }, + "autoload-dev": { + "psr-4": { + "tests\\": "tests/" + } + }, "scripts": { "test": "vendor/bin/phpunit -c tests/phpunit.xml", "style": "phpcs --standard=PSR2 -np src"