-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcomposer.json
More file actions
42 lines (42 loc) · 1.09 KB
/
composer.json
File metadata and controls
42 lines (42 loc) · 1.09 KB
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": "elleracompany/commerce-klarna-checkout",
"description": "Klarna Checkout integration for Craft Commerce 2",
"version": "3.1.2",
"type": "craft-plugin",
"keywords": [
"klarna",
"commerce",
"craftcms",
"kco",
"yii2"
],
"license": "proprietary",
"authors": [
{
"name": "Ellera AS",
"homepage": "https://ellera.no/"
}
],
"support": {
"email": "support@ellera.no",
"issues": "https://github.com/elleracompany/commerce-klarna-checkout/issues?state=open",
"source": "https://github.com/elleracompany/commerce-klarna-checkout",
"docs": "https://github.com/elleracompany/commerce-klarna-checkout",
"rss": "https://github.com/elleracompany/commerce-klarna-checkout/commits/master.atom"
},
"require": {
"ext-json": "*",
"craftcms/cms": "^3.4.0",
"craftcms/commerce": "^3.0.0",
"guzzlehttp/guzzle": "^6.5.0||^7.3"
},
"autoload": {
"psr-4": {
"ellera\\commerce\\klarna\\": "src/"
}
},
"extra": {
"name": "Klarna Checkout for Craft Commerce",
"handle": "commerce-klarna-checkout"
}
}