-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
42 lines (42 loc) · 949 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
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "webdna/commerce-affirm",
"description": "Affirm integration for Craft Commerce 4+",
"type": "craft-plugin",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"commerce",
"affirm"
],
"support": {
"email": "[email protected]",
"source": "https://github.com/webdna/commerce-affirm",
"docs": "https://github.com/webdna/commerce-affirm",
"issues": "https://github.com/webdna/commerce-affirm/issues?state=open"
},
"license": "proprietary",
"authors": [
{
"name": "webdna",
"homepage": "https://webdna.co.uk"
}
],
"require": {
"craftcms/cms": "^4.0||^5.0",
"craftcms/commerce": "^4.0||^5.0",
"craftcms/commerce-omnipay": "^4.0.0||^5.0",
"eduardlleshi/omnipay-affirm": "^3.0"
},
"autoload": {
"psr-4": {
"webdna\\commerce\\affirm\\": "src/"
}
},
"extra": {
"name": "Affirm for Craft Commerce",
"handle": "commerce-affirm",
"class": "webdna\\commerce\\affirm\\Affirm"
}
}