-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (40 loc) · 1010 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
{
"name": "convergine/commerce-helcim",
"description": "Helcim payments for Craft Commerce 4",
"version": "1.0.0",
"type": "craft-plugin",
"keywords": [
"helcim",
"commerce",
"craftcms"
],
"license": "proprietary",
"authors": [
{
"name": "Convergine Corp.",
"homepage": "https://convergine.com/"
}
],
"support": {
"issues": "https://github.com/convergine/commerce-helcim/issues?state=open",
"source": "https://github.com/convergine/commerce-helcim",
"docs": "https://github.com/convergine/commerce-helcim/blob/master/README.md",
"support": {
"email": "[email protected]"
}
},
"require": {
"craftcms/cms": "^4.0.0",
"craftcms/commerce": "^4.0"
},
"autoload": {
"psr-4": {
"craft\\commerce\\helcim\\": "src/"
}
},
"extra": {
"name": "Helcim for Craft Commerce",
"handle": "commerce-helcim",
"changelogUrl": "https://github.com/convergine/commerce-helcim/blob/master/CHANGELOG.md"
}
}