-
Notifications
You must be signed in to change notification settings - Fork 9.3k
/
Copy pathcomposer.json
39 lines (39 loc) · 991 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "magento/framework",
"description": "N/A",
"type": "magento2-library",
"version": "100.1.18",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"require": {
"php": "~5.6.5|7.0.2|7.0.4|~7.0.6|~7.1.0",
"ext-spl": "*",
"ext-dom": "*",
"ext-simplexml": "*",
"ext-mcrypt": "*",
"ext-hash": "*",
"ext-curl": "*",
"ext-iconv": "*",
"ext-gd": "*",
"ext-openssl": "*",
"lib-libxml": "*",
"ext-xsl": "*",
"symfony/process": "~2.1",
"zendframework/zend-stdlib": "~2.5.0",
"zendframework/zend-http": "~2.5.0",
"magento/zendframework1": "~1.13.0"
},
"suggest": {
"ext-imagick": "Use Image Magick >=3.0.0 as an optional alternative image processing library"
},
"autoload": {
"psr-4": {
"Magento\\Framework\\": ""
},
"files": [
"registration.php"
]
}
}