forked from akeneo/magento2-connector-community
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 855 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
{
"name": "akeneo/module-magento2-connector-community",
"description": "Akeneo Connector for Adobe Commerce",
"require": {
"php": ">=8.0",
"magento/framework": ">=102.0.0",
"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": "11.2.0",
"symfony/http-client": "^5",
"http-interop/http-factory-guzzle": "^1.0",
"nyholm/psr7": "^1.5"
},
"type": "magento2-module",
"version": "104.3.9",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Akeneo\\Connector\\": ""
}
},
"authors": [
{
"name": "Agence DnD",
"homepage": "https://www.dnd.fr/",
"role": "Developer"
}
]
}