diff options
author | Joseph Bielawski <stloyd@gmail.com> | 2013-01-09 10:50:44 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2013-02-01 10:33:53 +0100 |
commit | e3aa70fe3d32c10917bd4be776beb26aff6c4299 (patch) | |
tree | 027218d4bb12299b3c2d2c5ff6c550f99b79478f | |
parent | 97a92780aeb5cdc42c46c0aa406de9ea5b96136b (diff) | |
download | symfony-security-e3aa70fe3d32c10917bd4be776beb26aff6c4299.zip symfony-security-e3aa70fe3d32c10917bd4be776beb26aff6c4299.tar.gz symfony-security-e3aa70fe3d32c10917bd4be776beb26aff6c4299.tar.bz2 |
Update `composer.json` files: - to allow versions ~2.2 (>=2.2,<3.0) of Doctrine DBAL, ORM & Common - fixed Propel1 versions difference between main and bridge files - fixed Twig versions difference between main and bridge files - to allow versions ~1.11 (>=1.11,<2.0) of Twig - fixed Locale ext-intl version to accept all, not non-existing version
-rw-r--r-- | composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 7192d57..3b4c93b 100644 --- a/composer.json +++ b/composer.json @@ -25,8 +25,8 @@ "symfony/form": "2.2.*", "symfony/routing": "2.2.*", "symfony/validator": "2.2.*", - "doctrine/common": ">=2.2,<2.4-dev", - "doctrine/dbal": ">=2.2,<2.4-dev", + "doctrine/common": "~2.2", + "doctrine/dbal": "~2.2", "psr/log": "~1.0" }, "suggest": { |