diff options
Diffstat (limited to 'Http')
-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 3fad2bb..a3e008a 100644 --- a/Http/composer.json +++ b/Http/composer.json @@ -35,7 +35,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": { |