We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a276241 commit 2aa4ea2Copy full SHA for 2aa4ea2
lib/internal/Magento/Framework/composer.json
@@ -20,10 +20,12 @@
20
"ext-openssl": "*",
21
"lib-libxml": "*",
22
"ext-xsl": "*",
23
- "symfony/process": "~2.1"
+ "symfony/process": "~2.1",
24
+ "zendframework/zend-stdlib": "~2.4.6"
25
},
26
"suggest": {
- "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"
29
30
"autoload": {
31
"psr-4": {
0 commit comments