diff options
Diffstat (limited to 'Http/composer.json')
-rw-r--r-- | Http/composer.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Http/composer.json b/Http/composer.json index 1d40882..1b36428 100644 --- a/Http/composer.json +++ b/Http/composer.json @@ -32,7 +32,10 @@ "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs" }, "autoload": { - "psr-4": { "Symfony\\Component\\Security\\Http\\": "" } + "psr-4": { "Symfony\\Component\\Security\\Http\\": "" }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "minimum-stability": "dev", "extra": { |