forked from ebaschiera/simplify-magento-module
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·31 lines (31 loc) · 775 Bytes
/
composer.json
File metadata and controls
executable file
·31 lines (31 loc) · 775 Bytes
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
{
"name": "mastercard/module-simplifycommerce",
"version": "3.2.0",
"description": "Mastercard Payment Gateway Services - Simplify",
"license": "Apache-2.0",
"authors": [
{
"name": "Tomasz Waraksa",
"email": "tomasz.waraksa@mastercard.com"
},
{
"name": "On Tap Networks Ltd",
"email": "info@ontapgroup.com"
}
],
"require": {
"magento/framework": "^101.0.0|^102.0.0|^103.0.0"
},
"type": "magento2-module",
"autoload": {
"psr-4": {
"MasterCard\\SimplifyCommerce\\": ""
},
"classmap": [
"lib/simplifycommerce-sdk-php/lib/"
],
"files": [
"registration.php"
]
}
}