summaryrefslogtreecommitdiffstats
path: root/Acl
diff options
context:
space:
mode:
Diffstat (limited to 'Acl')
-rw-r--r--Acl/composer.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/Acl/composer.json b/Acl/composer.json
index 7cd89a8..b292742 100644
--- a/Acl/composer.json
+++ b/Acl/composer.json
@@ -30,7 +30,10 @@
"doctrine/dbal": "For using the built-in ACL implementation"
},
"autoload": {
- "psr-4": { "Symfony\\Component\\Security\\Acl\\": "" }
+ "psr-4": { "Symfony\\Component\\Security\\Acl\\": "" },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
},
"minimum-stability": "dev",
"extra": {