Skip to content

Commit c8a930d

Browse files
MAGETWO-86654: [2.2.x] Fix undeclared dependency magento/zendframework1 by magento/framework #12990
2 parents 48aa36a + 38cfee9 commit c8a930d

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
@@ -34,7 +34,8 @@
3434
"zendframework/zend-uri": "^2.5.1",
3535
"zendframework/zend-validator": "^2.6.0",
3636
"zendframework/zend-stdlib": "^2.7.7",
37-
"zendframework/zend-http": "^2.6.0"
37+
"zendframework/zend-http": "^2.6.0",
38+
"magento/zendframework1": "~1.13.0"
3839
},
3940
"suggest": {
4041
"ext-imagick": "Use Image Magick >=3.0.0 as an optional alternative image processing library"

0 commit comments

Comments
 (0)