-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
29 lines (29 loc) · 930 Bytes
/
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
{
"name": "cdev/x-payments-connector",
"description": "X-Payments Connector. This extension integrates Magento 2 with X-Payments - PCI level 1 certified & PSD2/SCA ready all-in-one secure credit card processing solution.",
"type": "magento2-module",
"version": "100.4.0",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"minimum-stability": "dev",
"require": {
"php": "~7.1.3||~7.2.0||~7.3.0||~7.4.0",
"magento/module-payment": "100.2.*||100.3.*||^100.4.0",
"magento/module-checkout": "100.2.*||100.3.*||^100.4.0",
"magento/module-sales": "101.0.*||102.0.*||^102.1.0||^103"
},
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
"CDev\\XPaymentsConnector\\": ""
}
},
"repositories": [
{
"type": "git",
"url": "https://github.com/xpayments/m2-connector"
}
]
}