diff options
author | Anne-Sophie Bachelard <annesophie.bachelard@sensiolabs.com> | 2015-10-30 12:48:51 -0700 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2015-10-30 12:48:51 -0700 |
commit | 747f59b9f1f14300f30c9098cb2f59788a057095 (patch) | |
tree | 8451daba1fc85215adf5b94dbaba17545a42288a | |
parent | 1c44760b4c6c7d83b21e68e2843d77d6d98be451 (diff) | |
download | symfony-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.json | 5 |
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", |