fix ocramius/proxy-manager dependency version

Symfony 2.5 and higher requires ocramius/proxy-manager 0.4.0 or
higher.
This commit is contained in:
Christian Flothmann 2014-12-12 21:25:53 +01:00 committed by Nicolas Grekas
parent 2874a429b0
commit 6638535977
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@
"monolog/monolog": "~1.3",
"propel/propel1": "~1.6",
"ircmaxell/password-compat": "~1.0",
"ocramius/proxy-manager": "~0.3.1",
"ocramius/proxy-manager": "~0.4|~1.0",
"egulias/email-validator": "~1.2"
},
"autoload": {

View File

@ -18,7 +18,7 @@
"require": {
"php": ">=5.3.3",
"symfony/dependency-injection": "~2.3",
"ocramius/proxy-manager": "~0.3.1"
"ocramius/proxy-manager": "~0.4|~1.0"
},
"require-dev": {
"symfony/config": "~2.3"