forked from paytrail/paytrail-for-adobe-commerce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
55 lines (55 loc) · 1.39 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
50
51
52
53
54
55
{
"name": "paytrail/paytrail-for-adobe-commerce",
"description": "Paytrail is a payment gateway that offers 20+ payment methods for Finnish customers.",
"authors": [
{
"name": "Solteq Oyj",
"email": "[email protected]",
"homepage": "https://github.com/Solteq",
"role": "Developer"
},
{
"name": "Joonas Loueranta",
"email": "[email protected]",
"homepage": "https://github.com/loueranta",
"role": "Manager"
}
],
"require": {
"php": "^8.0",
"paytrail/paytrail-php-sdk": "^2.6",
"magento/framework": ">=102.0.0",
"ext-curl": "*",
"nesbot/carbon": "^2.57.0"
},
"require-dev": {
"magento/magento-coding-standard": "*"
},
"conflict": {
"markup/module-paytrail": "*"
},
"type": "magento2-module",
"version": "2.0.1",
"license": "MIT",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Paytrail\\PaymentService\\": ""
}
},
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
}
],
"keywords": [
"magento 2",
"adobe commerce",
"payment gateway",
"paytrail",
"Recurring Payment"
]
}