summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne-Sophie Bachelard <annesophie.bachelard@sensiolabs.com>2015-10-30 12:48:51 -0700
committerFabien Potencier <fabien.potencier@gmail.com>2015-10-30 12:48:51 -0700
commit747f59b9f1f14300f30c9098cb2f59788a057095 (patch)
tree8451daba1fc85215adf5b94dbaba17545a42288a
parent1c44760b4c6c7d83b21e68e2843d77d6d98be451 (diff)
downloadsymfony-security-747f59b9f1f14300f30c9098cb2f59788a057095.zip
symfony-security-747f59b9f1f14300f30c9098cb2f59788a057095.tar.gz
symfony-security-747f59b9f1f14300f30c9098cb2f59788a057095.tar.bz2
added the new Composer exclude-from-classmap option
-rw-r--r--composer.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index e62f028..a2314d0 100644
--- a/composer.json
+++ b/composer.json
@@ -42,7 +42,10 @@
"paragonie/random_compat": ""
},
"autoload": {
- "psr-0": { "Symfony\\Component\\Security\\": "" }
+ "psr-0": { "Symfony\\Component\\Security\\": "" },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
},
"target-dir": "Symfony/Component/Security",
"minimum-stability": "dev",