-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
52 lines (52 loc) · 1.54 KB
/
composer.json
File metadata and controls
52 lines (52 loc) · 1.54 KB
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
44
45
46
47
48
49
50
51
52
{
"name": "amphibee/akeneo-connector",
"description": "Connect Akeneo with WooCommerce. The plugin uses the Akeneo api to import Akeneo PIM data (attributes, products, variations..)",
"keywords": ["wordpress", "plugin"],
"version": "1.22.2",
"homepage": "https://amphibee.fr",
"license": "GPL-3.0+",
"authors": [
{
"name": "AmphiBee",
"email": "[email protected]",
"homepage": "https://amphibee.fr"
},
{
"name": "Thomas Georgel",
"email": "[email protected]"
}
],
"type": "wordpress-plugin",
"require": {
"php": ">=7.4.0",
"composer/installers": "^2.2",
"akeneo/api-php-client": "^6.0",
"php-http/guzzle7-adapter": "^1.0",
"http-interop/http-factory-guzzle": "^1.0",
"symfony/serializer": "^5.2",
"symfony/property-access": "^5.2",
"monolog/monolog": "^2.2",
"akeneo/api-php-client-ee": "^6.0",
"tgeorgel/objectpress": "^2.4",
"amphibee/hookable": "1.0.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"phpmd/phpmd": "^2.8",
"sebastian/phpcpd": "^6.0",
"squizlabs/php_codesniffer": "^3.5"
},
"autoload": {
"psr-4": {
"AmphiBee\\AkeneoConnector\\":"src/"
}
},
"config": {
"allow-plugins": {
"phpro/grumphp": true,
"composer/installers": true,
"php-http/discovery": true
}
},
"minimum-stability": "dev"
}