Fixed the proxy-manager version constraint

This commit is contained in:
Graham Campbell 2014-11-30 14:37:42 +00:00
parent a835b18203
commit ed6c50f4fd
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@
"monolog/monolog": "~1.3",
"propel/propel1": "~1.6",
"ircmaxell/password-compat": "~1.0",
"ocramius/proxy-manager": ">=0.3.1,<0.4-dev"
"ocramius/proxy-manager": "~0.3.1"
},
"autoload": {
"psr-0": { "Symfony\\": "src/" },

View File

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