forked from Agence-DnD/PIMGento-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (41 loc) · 917 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
40
41
{
"name": "agencednd/module-pimgento",
"description": "Module Pimgento for Magento 2",
"require": {
"php": "^5.5|^7.0",
"magento/framework": "*",
"magento/module-backend": "*",
"magento/module-catalog": "*",
"magento/module-eav": "*",
"magento/module-store": "*"
},
"type": "magento2-module",
"version": "100.2.19",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"Attribute/registration.php",
"Category/registration.php",
"Entities/registration.php",
"Family/registration.php",
"Import/registration.php",
"Log/registration.php",
"Option/registration.php",
"Product/registration.php",
"Variant/registration.php"
],
"psr-4": {
"Pimgento\\": ""
}
},
"authors": [
{
"name": "Agence DnD",
"homepage": "http://www.dnd.fr/",
"role": "Developer"
}
]
}