diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2015-10-30 13:13:17 -0700 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2015-10-30 13:13:17 -0700 |
commit | d40f1a8a8c20a285e90ba448d9b28e15ac2a6ec8 (patch) | |
tree | df431b395ba5e881506734792e53634b2c82d515 /Csrf | |
parent | 1c8483382c1b50acbb9c0e2e3f80a26da32f14b1 (diff) | |
download | symfony-security-d40f1a8a8c20a285e90ba448d9b28e15ac2a6ec8.zip symfony-security-d40f1a8a8c20a285e90ba448d9b28e15ac2a6ec8.tar.gz symfony-security-d40f1a8a8c20a285e90ba448d9b28e15ac2a6ec8.tar.bz2 |
added the new Composer exclude-from-classmap option
Diffstat (limited to 'Csrf')
-rw-r--r-- | Csrf/composer.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Csrf/composer.json b/Csrf/composer.json index 12077d4..2930e32 100644 --- a/Csrf/composer.json +++ b/Csrf/composer.json @@ -26,7 +26,10 @@ "symfony/http-foundation": "For using the class SessionTokenStorage." }, "autoload": { - "psr-4": { "Symfony\\Component\\Security\\Csrf\\": "" } + "psr-4": { "Symfony\\Component\\Security\\Csrf\\": "" }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "minimum-stability": "dev", "extra": { |