-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 1.14 KB
/
composer.json
File metadata and controls
41 lines (41 loc) · 1.14 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
{
"name": "effectconnect/marketplaces-plugin-m2",
"description": "EffectConnect Marketplaces Magento 2 plugin",
"type": "magento2-module",
"license": "proprietary",
"version": "1.0.80",
"authors": [
{
"name": "Koek&Peer",
"email": "info@koekenpeer.nl",
"homepage": "https://www.koekenpeer.nl/"
},
{
"name": "EffectConnect",
"email": "info@effectconnect.com",
"homepage": "https://www.effectconnect.com/"
}
],
"minimum-stability": "dev",
"require": {
"ext-curl": "*",
"ext-dom": "*",
"ext-json": "*",
"ext-intl": "*",
"ext-libxml": "*",
"php": "~7.1.3||~7.2||~7.3||~7.4||~8.0||~8.1||~8.2",
"magento/framework": "^102.0||^103.0",
"effectconnect/php-sdk": "^3.2.8",
"myclabs/php-enum": "^1.7",
"dragonmantank/cron-expression": "^3.0",
"laminas/laminas-filter": "^2.17"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"EffectConnect\\Marketplaces\\": "./"
}
}
}