-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·30 lines (30 loc) · 877 Bytes
/
Copy pathcomposer.json
File metadata and controls
executable file
·30 lines (30 loc) · 877 Bytes
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
{
"name": "cdev/x-payments-cloud",
"description": "PCI level 1 certified & PSD2/SCA ready all-in-one secure credit card processing solution for web shops X-Payments takes the PCI DSS burden off your shoulders.",
"type": "magento2-module",
"version": "100.4.1",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"minimum-stability": "dev",
"require": {
"php": "~7.4.0||~8.1.0",
"magento/module-payment": "100.4.*",
"magento/module-checkout": "100.4.*",
"magento/module-sales": "103.0.*",
"xpayments/cloud-sdk-php": "~0.2.0"
},
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
"CDev\\XPaymentsCloud\\": ""
}
},
"repositories": [
{
"type": "git",
"url": "https://github.com/xpayments/m2-cloud"
}
]
}