8000 [ProxyManager] Tmp fix composer reqs issue in ZF · symfony/symfony@0125145 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0125145

Browse files
[ProxyManager] Tmp fix composer reqs issue in ZF
1 parent c0f7463 commit 0125145

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)
0