forked from magento/magento2-phpstorm-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
41 lines (41 loc) · 1.14 KB
/
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
40
41
{
"name": "magento/module-theme",
"description": "N/A",
"config": {
"sort-packages": true
},
"require": {
"php": "~7.1.3||~7.2.0",
"magento/framework": "102.0.*",
"magento/module-backend": "101.0.*",
"magento/module-cms": "103.0.*",
"magento/module-config": "101.1.*",
"magento/module-customer": "102.0.*",
"magento/module-eav": "102.0.*",
"magento/module-media-storage": "100.3.*",
"magento/module-require-js": "100.3.*",
"magento/module-store": "101.0.*",
"magento/module-ui": "101.1.*",
"magento/module-widget": "101.1.*"
},
"suggest": {
"magento/module-translation": "100.3.*",
"magento/module-theme-sample-data": "Sample Data version: 100.3.*",
"magento/module-deploy": "100.3.*",
"magento/module-directory": "100.3.*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\Theme\\": ""
}
},
"version": "101.0.2-p2"
}