Skip to content

Commit 040b409

Browse files
minor symfony#16553 [ProxyManager] Tmp fix composer reqs issue in ZF (nicolas-grekas)
This PR was submitted for the 2.8 branch but it was merged into the 2.3 branch instead (closes symfony#16553). Discussion ---------- [ProxyManager] Tmp fix composer reqs issue in ZF | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - See Ocramius/ProxyManager#260 (comment) Commits ------- 0125145 [ProxyManager] Tmp fix composer reqs issue in ZF
2 parents c0f7463 + 0125145 commit 040b409

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
"monolog/monolog": "~1.3",
7171
"propel/propel1": "~1.6",
7272
"ircmaxell/password-compat": "~1.0",
73+
"zendframework/zend-stdlib": "~2.5",
7374
"ocramius/proxy-manager": "~0.3.1"
7475
},
7576
"autoload": {

src/Symfony/Bridge/ProxyManager/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"require": {
1919
"php": ">=5.3.3",
2020
"symfony/dependency-injection": "~2.3",
21+
"zendframework/zend-stdlib": "~2.5",
2122
"ocramius/proxy-manager": "~0.3.1"
2223
},
2324
"require-dev": {

0 commit comments

Comments
 (0)