diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2011-11-01 12:32:44 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2011-11-01 12:32:44 +0100 |
commit | 20084d9b89c21dc5522bf5ed71b67c693aee91e3 (patch) | |
tree | 14fd8ae7e2d0b22267ddef2406e4ab266147c064 | |
parent | 6c1ff178df0f187b520adfa238c4aa2d91d3a928 (diff) | |
parent | 929b4b01f2272fe7fd9112c23f5185aaf0f22cbb (diff) | |
download | symfony-security-20084d9b89c21dc5522bf5ed71b67c693aee91e3.zip symfony-security-20084d9b89c21dc5522bf5ed71b67c693aee91e3.tar.gz symfony-security-20084d9b89c21dc5522bf5ed71b67c693aee91e3.tar.bz2 |
merged 2.0
-rw-r--r-- | composer.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 9e2213c..eb78d19 100644 --- a/composer.json +++ b/composer.json @@ -27,5 +27,9 @@ "symfony/finder": ">=2.1", "symfony/form": ">=2.1", "symfony/routing": ">=2.1" - } + }, + "autoload": { + "psr-0": { "Symfony\\Component\\Security": "" } + }, + "target-dir": "Symfony/Component/Security" } |