minor #9358 Bumping dependency to ProxyManager to allow testing against the new 0.5.x versions (Ocramius)

This PR was submitted for the 2.4-dev branch but it was merged into the 2.4 branch instead (closes #9358).

Discussion
----------

Bumping dependency to ProxyManager to allow testing against the new 0.5.x versions

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | no (looks like an unrelated failure, though)
| Fixed tickets |
| License       | MIT
| Doc PR        |

Nothing to see here. Move along.

Commits
-------

5377992 Bumping dependency to ProxyManager to allow testing against the new 0.5.x branch changes
This commit is contained in:
Fabien Potencier 2013-12-16 17:23:26 +01:00
commit 07a89cb6ac
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@
"monolog/monolog": "~1.3",
"propel/propel1": "1.6.*",
"ircmaxell/password-compat": "1.0.*",
"ocramius/proxy-manager": ">=0.3.1,<0.5-dev"
"ocramius/proxy-manager": ">=0.3.1,<0.6-dev"
},
"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.5-dev"
"ocramius/proxy-manager": ">=0.3.1,<0.6-dev"
},
"autoload": {
"psr-0": {