[Bridge/Propel1] Changed deps to accepts all upcoming propel1 versions

This commit is contained in:
Martin Hasoň 2014-11-08 10:27:29 +01:00 committed by Fabien Potencier
parent 8d18c98de0
commit 0bd19aa491
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@
"doctrine/dbal": "~2.2",
"doctrine/orm": "~2.2,>=2.2.3",
"monolog/monolog": "~1.3",
"propel/propel1": "1.6.*",
"propel/propel1": "~1.6",
"ircmaxell/password-compat": "1.0.*",
"ocramius/proxy-manager": ">=0.3.1,<0.4-dev"
},

View File

@ -20,7 +20,7 @@
"symfony/http-foundation": "~2.0",
"symfony/http-kernel": "~2.0",
"symfony/form": "~2.2",
"propel/propel1": "1.6.*"
"propel/propel1": "~1.6"
},
"require-dev": {
"symfony/stopwatch": "~2.2"