forked from PlatoCreative/commerce-payment-express
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·45 lines (45 loc) · 1.24 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
{
"name": "platocreative/commerce-payment-express",
"description": "Payment Express (DPS) (Windcave) integration for Craft Commerce",
"version": "2.0.0",
"type": "craft-plugin",
"keywords": [
"payment express",
"pxpay",
"dps",
"commerce",
"craftcms",
"omnipay",
"yii2",
"Windcave"
],
"license": "proprietary",
"authors": [
{
"name": "Plato Creative",
"homepage": "https://github.com/PlatoCreative"
}
],
"support": {
"email": "web@platocreative.co.nz",
"issues": "https://github.com/platocreative/commerce-payment-express/issues?state=open",
"source": "https://github.com/platocreative/commerce-payment-express",
"docs": "https://github.com/platocreative/commerce-payment-express",
"rss": "https://github.com/platocreative/commerce-payment-express/commits/master.atom"
},
"require": {
"craftcms/cms": "^3.1.5",
"craftcms/commerce": "^2.2 || ^3.0",
"craftcms/commerce-omnipay": "^2.0.0 || ^3.0.0",
"omnipay/paymentexpress": "v2.2.2 || v3.0.1"
},
"autoload": {
"psr-4": {
"platocreative\\paymentexpress\\": "src/"
}
},
"extra": {
"name": "Payment Express for Craft Commerce",
"handle": "payment-express-for-craft-commerce-2"
}
}