summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2011-11-01 12:32:44 +0100
committerFabien Potencier <fabien.potencier@gmail.com>2011-11-01 12:32:44 +0100
commit20084d9b89c21dc5522bf5ed71b67c693aee91e3 (patch)
tree14fd8ae7e2d0b22267ddef2406e4ab266147c064
parent6c1ff178df0f187b520adfa238c4aa2d91d3a928 (diff)
parent929b4b01f2272fe7fd9112c23f5185aaf0f22cbb (diff)
downloadsymfony-security-20084d9b89c21dc5522bf5ed71b67c693aee91e3.zip
symfony-security-20084d9b89c21dc5522bf5ed71b67c693aee91e3.tar.gz
symfony-security-20084d9b89c21dc5522bf5ed71b67c693aee91e3.tar.bz2
merged 2.0
-rw-r--r--composer.json6
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"
}