diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2012-09-10 12:54:04 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2012-09-10 12:54:04 +0200 |
commit | e5953fc4dd971bda4dd3a01d7e2f6b12193bf80c (patch) | |
tree | 7c413367c75008fa174fb37b2b0e4e8b2f397024 | |
parent | 3949cee4415962ef7d83f56403e271f93bb089ce (diff) | |
parent | 97eb473da3dc085a7d2dbc334f946ff950ac7f1a (diff) | |
download | symfony-security-e5953fc4dd971bda4dd3a01d7e2f6b12193bf80c.zip symfony-security-e5953fc4dd971bda4dd3a01d7e2f6b12193bf80c.tar.gz symfony-security-e5953fc4dd971bda4dd3a01d7e2f6b12193bf80c.tar.bz2 |
merged 2.1
-rw-r--r-- | composer.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/composer.json b/composer.json index ce5d228..26fea16 100644 --- a/composer.json +++ b/composer.json @@ -29,11 +29,11 @@ "doctrine/dbal": ">=2.2,<2.4-dev" }, "suggest": { - "symfony/class-loader": "self.version", - "symfony/finder": "self.version", - "symfony/form": "self.version", - "symfony/validator": "self.version", - "symfony/routing": "self.version", + "symfony/class-loader": "2.1.*", + "symfony/finder": "2.1.*", + "symfony/form": "2.1.*", + "symfony/validator": "2.1.*", + "symfony/routing": "2.1.*", "doctrine/dbal": "to use the built-in ACL implementation" }, "autoload": { |