-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·38 lines (38 loc) · 973 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
{
"name": "amici/magento-core",
"display_name": "Magento 2 Core",
"description": "This is Amici Infotech core structure module for magento2.",
"type": "magento2-module",
"version": "1.0.0",
"keywords": ["amici", "amici infotech", "Magento2", "core"],
"license": "proprietary",
"authors": [
{
"name": "Amici Infotech",
"homepage": "https://amiciinfotech.com"
}
],
"support": {
"email": "[email protected]"
},
"require": {
"php": ">=7.0.0",
"magento/framework": "*"
},
"autoload": {
"files": ["registration.php"],
"psr-4": {
"Amici\\Core\\": ""
}
},
"extra": {
"map": [
[
"*",
"Amici\/Core"
]
],
"developer": "Amici Infotech",
"developerUrl": "https://amiciinfotech.com"
}
}