summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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",