-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
54 lines (54 loc) · 1.22 KB
/
Copy pathcomposer.json
File metadata and controls
54 lines (54 loc) · 1.22 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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "ghoster/module-kbankpayments",
"description": "Kasikornbank Magento 2 Payments Gateway Module",
"keywords": [
"magento 2",
"magento",
"m2",
"kasikornbank payment",
"kbank payment",
"magento 2 extension",
"magento 2 extension free"
],
"require": {
"magento/framework": "^103.0"
},
"minimum-stability": "stable",
"archive": {
"exclude": [
"/.gitignore",
"/grumphp.yml",
"/pdepend.xml",
"/phpstan.neon",
"/phpunit.xml",
"/phpcs.xml",
"/phpmd.xml",
"/package.json",
"/.eslintrc.json",
"/.eslintignore",
"/tests",
"/.github"
]
},
"type": "magento2-module",
"version": "1.0.1",
"authors": [
{
"name": "Tuyen Nguyen",
"email": "thinghost76@gmail.com",
"homepage": "https://thinghost.info/"
}
],
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"GhoSter\\KbankPayments\\": ""
}
}
}