forked from AykutCevik/PIMGento-2-API
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 789 Bytes
/
composer.json
File metadata and controls
35 lines (35 loc) · 789 Bytes
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
{
"name": "agencednd/module-pimgento-2-api",
"description": "Pimgento module for Magento 2",
"require": {
"php": "~5.6.0|~7.0.0|~7.1.0|~7.2.0",
"magento/framework": ">=100.0.1",
"magento/module-backend": ">=100.0.1",
"magento/module-catalog": ">=100.0.1",
"magento/module-eav": ">=100.0.1",
"magento/module-store": ">=100.0.1",
"akeneo/api-php-client-ee": "^3.0",
"php-http/guzzle6-adapter": "^1.1"
},
"type": "magento2-module",
"version": "100.2.6",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Pimgento\\Api\\": ""
}
},
"authors": [
{
"name": "Agence DnD",
"homepage": "https://www.dnd.fr/",
"role": "Developer"
}
]
}