-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
35 lines (35 loc) · 1004 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
{
"name": "alma/alma-monthlypayments-magento2-graph-ql",
"description": "Integrates Alma Monthly Payments into Graph QL Magento 2 ",
"require": {
"php": ">=7.1",
"almapay/alma-monthlypayments-magento2": ">=3.1.3",
"magento/module-sales-graph-ql": ">=100.3.0"
},
"type": "magento2-module",
"version": "0.3.3",
"license": [
"MIT"
],
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
"Alma\\GraphQL\\": ""
}
},
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
}
],
"require-dev": {
"magento/module-sales": ">=100.0.2",
"magento/module-csp": ">=100.0.2",
"magento/module-checkout": ">=100.0.2",
"magento/module-payment": ">=100.0.2",
"magento/framework": ">=100.0.2",
"magento/magento-composer-installer": "*",
"magento/module-sample-data": "^100.3"
}
}