Skip to content

Commit 49aa6d4

Browse files
minor symfony#16595 Remove tmp addition of zend-stdlib (nicolas-grekas)
This PR was merged into the 2.3 branch. Discussion ---------- Remove tmp addition of zend-stdlib | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Reverts symfony#16553 Commits ------- 6e015e7 Remove tmp addition of zend-stdlib
2 parents a05e73f + 6e015e7 commit 49aa6d4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
"monolog/monolog": "~1.3",
7171
"propel/propel1": "~1.6",
7272
"ircmaxell/password-compat": "~1.0",
73-
"zendframework/zend-stdlib": "~2.2",
7473
"ocramius/proxy-manager": "~0.3.1"
7574
},
7675
"autoload": {

src/Symfony/Bridge/ProxyManager/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"require": {
1919
"php": ">=5.3.3",
2020
"symfony/dependency-injection": "~2.3",
21-
"zendframework/zend-stdlib": "~2.2",
2221
"ocramius/proxy-manager": "~0.3.1"
2322
},
2423
"require-dev": {

0 commit comments

Comments
 (0)