Skip to content

Commit 7c326bd

Browse files
committed
merged branch Ocramius/bump/proxymanager-dependency-bump (PR symfony#8382)
This PR was merged into the master branch. Discussion ---------- Bumping max version of ProxyManager, supporting 0.4.0 | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- 18352fc Bumping max version of ProxyManager, supporting 0.4.0
2 parents f4c1a3a + 18352fc commit 7c326bd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"monolog/monolog": "~1.3",
6969
"propel/propel1": "1.6.*",
7070
"ircmaxell/password-compat": "1.0.*",
71-
"ocramius/proxy-manager": ">=0.3.1,<0.4-dev"
71+
"ocramius/proxy-manager": ">=0.3.1,<0.5-dev"
7272
},
7373
"autoload": {
7474
"psr-0": { "Symfony\\": "src/" },

src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Fixtures/php/lazy_service_structure.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ class ProjectServiceContainer extends Container
2323
}
2424
}
2525

26-
class stdClass_%s extends \stdClass implements \ProxyManager\Proxy\LazyLoadingInterface, \ProxyManager\Proxy\ValueHolderInterface
26+
class stdClass_%s extends \stdClass implements \ProxyManager\Proxy\VirtualProxyInterface
2727
{%a}%A

src/Symfony/Bridge/ProxyManager/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=5.3.3",
2020
"symfony/dependency-injection": "~2.3",
21-
"ocramius/proxy-manager": ">=0.3.1,<0.4-dev"
21+
"ocramius/proxy-manager": ">=0.3.1,<0.5-dev"
2222
},
2323
"autoload": {
2424
"psr-0": {

0 commit comments

Comments
 (0)