-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
44 lines (44 loc) · 1.02 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": "monei/module-monei-payment",
"version": "1.3.14",
"description": "MONEI Payments Adobe Commerce (Magento 2) module",
"type": "magento2-module",
"keywords": [
"monei",
"module",
"payment",
"monei"
],
"homepage": "https://github.com/MONEI/MONEI-AdobeCommerce-Magento2",
"license": [
"proprietary"
],
"authors": [
{
"name": "MONEI",
"email": "support@monei.com",
"homepage": "https://monei.com",
"role": "Developer"
}
],
"require": {
"php": "^8.1.0",
"magento/module-payment": "100.4.*",
"magento/module-checkout": "100.4.*",
"magento/module-sales": "103.0.*"
},
"conflict": {
"magento/product-community-edition": "<2.4.4"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Monei\\MoneiPayment\\": ""
}
},
"config": {
"sort-packages": true
}
}