summaryrefslogtreecommitdiffstats
path: root/Http
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2015-10-30 13:13:17 -0700
committerFabien Potencier <fabien.potencier@gmail.com>2015-10-30 13:13:17 -0700
commitd40f1a8a8c20a285e90ba448d9b28e15ac2a6ec8 (patch)
treedf431b395ba5e881506734792e53634b2c82d515 /Http
parent1c8483382c1b50acbb9c0e2e3f80a26da32f14b1 (diff)
downloadsymfony-security-d40f1a8a8c20a285e90ba448d9b28e15ac2a6ec8.zip
symfony-security-d40f1a8a8c20a285e90ba448d9b28e15ac2a6ec8.tar.gz
symfony-security-d40f1a8a8c20a285e90ba448d9b28e15ac2a6ec8.tar.bz2
added the new Composer exclude-from-classmap option
Diffstat (limited to 'Http')
-rw-r--r--Http/composer.json5
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": {