summaryrefslogtreecommitdiffstats
path: root/Acl
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 /Acl
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 '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": {