forked from Agence-DnD/PIMGento-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
43 lines (43 loc) · 1.04 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
42
43
{
"name": "agencednd/module-pimgento",
"description": "Module Pimgento for Magento 2",
"require": {
"php": "^7.0 || ^8.0",
"magento/framework": ">=100.0.1|^103.0",
"magento/module-backend": ">=100.0.1|^103.0",
"magento/module-catalog": ">=100.0.1|^103.0",
"magento/module-eav": ">=100.0.1|^103.0",
"magento/module-store": ">=100.0.1|^103.0"
},
"type": "magento2-module",
"version": "100.4.0",
"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",
"VariantFamily/registration.php",
"Upgrade/registration.php"
],
"psr-4": {
"Pimgento\\": ""
}
},
"authors": [
{
"name": "Agence DnD",
"homepage": "http://www.dnd.fr/",
"role": "Developer"
}
]
}