Skip to content

Commit 29e8cab

Browse files
author
Oleksii Korshenko
authored
🔃 [EngCom] Public Pull Requests - 2.1-develop
Accepted Public Pull Requests: - #12991: [2.1.x] Fix undeclared dependency magento/zendframework1 by magento/framework (by @ihor-sviziev) Fixed GitHub Issues: - #12967: Undeclared dependency magento/zendframework1 by magento/framework (reported by @linden2015) has been fixed in #12991 by @ihor-sviziev in 2.1-develop branch Related commits: 1. a6b9571
2 parents 1240bed + d0d343e commit 29e8cab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/internal/Magento/Framework/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"ext-xsl": "*",
2323
"symfony/process": "~2.1",
2424
"zendframework/zend-stdlib": "~2.4.6",
25-
"zendframework/zend-http": "~2.4.6"
25+
"zendframework/zend-http": "~2.4.6",
26+
"magento/zendframework1": "~1.12.16"
2627
},
2728
"suggest": {
2829
"ext-imagick": "Use Image Magick >=3.0.0 as an optional alternative image processing library"

0 commit comments

Comments
 (0)