summaryrefslogtreecommitdiffstats
path: root/Guard
diff options
context:
space:
mode:
Diffstat (limited to 'Guard')
-rw-r--r--Guard/composer.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/Guard/composer.json b/Guard/composer.json
index 68f5ac3..99dff9c 100644
--- a/Guard/composer.json
+++ b/Guard/composer.json
@@ -24,7 +24,10 @@
"psr/log": "~1.0"
},
"autoload": {
- "psr-4": { "Symfony\\Component\\Security\\Guard\\": "" }
+ "psr-4": { "Symfony\\Component\\Security\\Guard\\": "" },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
},
"minimum-stability": "dev",
"extra": {