minor #12433 [Bridge/Propel1] Changed deps to accepts all upcoming propel1 versions (hason)

This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #12433).

Discussion
----------

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

Commits
-------

0bd19aa [Bridge/Propel1] Changed deps to accepts all upcoming propel1 versions
This commit is contained in:
Fabien Potencier 2014-11-17 21:30:18 +01:00
commit fa71441e67
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"