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