This repository has been archived by the owner on Apr 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
49 lines (49 loc) · 1.54 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
44
45
46
47
48
49
{
"name": "ingenico-epayments/connect-extension-magento2",
"description": "Accept Worldline Connect payments on the Magento 2 platform",
"license": "MIT",
"require": {
"php": "~8.1.0",
"ext-json": "*",
"magento/module-backend": "^102.0.0",
"magento/module-catalog": "^104.0.0",
"magento/module-checkout": "^100.4.4",
"magento/module-config": "^101.2.4",
"magento/module-customer": "^103.0.4",
"magento/module-directory": "^100.4.4",
"magento/framework": "^103.0.4",
"magento/module-payment": "^100.4.4",
"magento/module-quote": "^101.2.4",
"magento/module-sales": "^103.0.4",
"magento/module-store": "^101.1.4",
"magento/module-vault": "^101.2.4",
"ingenico-epayments/connect-sdk-php": "^6.5.0"
},
"require-dev": {
"phpunit/phpunit": "^6.2",
"squizlabs/php_codesniffer": "3.*",
"symfony/console": "4.*",
"slevomat/coding-standard": "^8.8.0"
},
"type": "magento2-module",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Worldline\\Connect\\": ""
}
},
"replace": {
"nrepayments/module-epayments-m2": ">=1.6.1",
"ingenico/module-epayments-m2": ">=1.5.0"
},
"authors": [
{
"name": "Worldline Connect",
"email": "connect@worldline.com",
"homepage": "https://docs.connect.worldline-solutions.com/",
"role": "Developer"
}
]
}