forked from MontaServices/magento-monta-checkout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·44 lines (44 loc) · 1 KB
/
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
43
44
{
"name": "monta/montacheckout",
"description": "Monta Checkout Extension",
"require": {
"php": "~7.1|~7.2|~7.3|~7.4|~8.1",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.5"
},
"type": "magento2-module",
"license": "CC-BY-NC-ND-3.0",
"version": "1.0.38",
"minimum-stability": "stable",
"authors": [
{
"name": "Monta",
"email": "[email protected]",
"homepage": "https://www.monta.nl"
}
],
"support": {
"email": "[email protected]"
},
"homepage": "https://www.monta.nl",
"keywords": [
"Monta",
"Monta Checkout",
"Official Monta extension",
"Magento 2"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Montapacking\\MontaCheckout\\": ""
}
},
"repositories": {
"magento": {
"type": "composer",
"url": "https://repo.magento.com/"
}
}
}