Skip to content

Commit

Permalink
minor #9358 Bumping dependency to ProxyManager to allow testing again…
Browse files Browse the repository at this point in the history
…st 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
  • Loading branch information
fabpot committed Dec 16, 2013
2 parents 7b9f39e + c9cca84 commit 07a89cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -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/" },
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Bridge/ProxyManager/composer.json
Expand Up @@ -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": {
Expand Down

0 comments on commit 07a89cb

Please sign in to comment.