Skip to content

Commit 2aa4ea2

Browse files
author
Bohdan Korablov
committed
MAGETWO-58394: [Github] magento/framework depends on zendframework/zend-stdlib but it's missing from composer.json #6442
1 parent a276241 commit 2aa4ea2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/internal/Magento/Framework/composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@
2020
"ext-openssl": "*",
2121
"lib-libxml": "*",
2222
"ext-xsl": "*",
23-
"symfony/process": "~2.1"
23+
"symfony/process": "~2.1",
24+
"zendframework/zend-stdlib": "~2.4.6"
2425
},
2526
"suggest": {
26-
"ext-imagick": "Use Image Magick >=3.0.0 as an optional alternative image processing library"
27+
"ext-imagick": "Use Image Magick >=3.0.0 as an optional alternative image processing library",
28+
"zendframework/zend-http": "Zend\\Http component"
2729
},
2830
"autoload": {
2931
"psr-4": {

0 commit comments

Comments
 (0)