-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
63 lines (63 loc) · 1.49 KB
/
composer.json
File metadata and controls
63 lines (63 loc) · 1.49 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
55
56
57
58
59
60
61
62
63
{
"name": "amwal/payments",
"description": "Amwal payment plugin for Magento 2 enables one click checkout for instantaneous purchases from product, mini-cart and cart pages.",
"license": [
"OSL-3.0"
],
"type": "magento2-module",
"keywords": [
"magento2",
"amwal",
"payments",
"payment",
"gateway",
"credit",
"card",
"debit",
"apple pay",
"pci",
"module",
"quick checkout",
"minicart quick checkout",
"refund",
"product widget"
],
"authors": [
{
"name": "Martijn Swinkels",
"email": "martiniswink@gmail.com",
"homepage": "https://github.com/Skullsneeze",
"role": "Developer"
},
{
"name": "Ahmed Mardi",
"email": "mardi@amwal.tech",
"homepage": "https://www.amwal.tech",
"role": "Developer"
}
],
"homepage": "https://amwal.tech",
"require": {
"php": ">=7.4.0",
"giggsey/libphonenumber-for-php": "^8.13.7",
"sentry/sdk": "^3.0"
},
"require-dev": {
"tddwizard/magento2-fixtures": "^1.1",
"mockery/mockery": "^1.6.11"
},
"autoload": {
"psr-4": {
"Amwal\\Payments\\": ""
},
"files": [
"registration.php"
]
},
"archive": {
"exclude": [
".gitignore",
".github"
]
}
}