File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
lib/internal/Magento/Framework Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 7
7
"magento/module-customer" : " 100.2.*" ,
8
8
"magento/module-checkout" : " 100.2.*" ,
9
9
"magento/module-backend" : " 100.2.*" ,
10
- "magento/framework" : " 100.2.*"
10
+ "magento/framework" : " 100.2.*" ,
11
+ "zendframework/zend-db" : " ^2.8.2" ,
12
+ "zendframework/zend-captcha" : " ^2.7.1" ,
13
+ "zendframework/zend-session" : " ^2.7.3"
11
14
},
12
15
"type" : " magento2-module" ,
13
16
"version" : " 100.2.0-dev" ,
Original file line number Diff line number Diff line change 19
19
"ext-gd" : " *" ,
20
20
"ext-openssl" : " *" ,
21
21
"lib-libxml" : " *" ,
22
- "ext-xsl" : " *"
22
+ "ext-xsl" : " *" ,
23
+ "symfony/process" : " ~2.1" ,
24
+ "zendframework/zend-stdlib" : " ^2.7.7" ,
25
+ "zendframework/zend-http" : " ^2.6.0"
23
26
},
24
27
"suggest" : {
25
28
"ext-imagick" : " Use Image Magick >=3.0.0 as an optional alternative image processing library"
You can’t perform that action at this time.
0 commit comments