forked from Mastercard-Gateway/simplify-magento-module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·34 lines (34 loc) · 871 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
{
"name": "mastercard/module-simplifycommerce",
"version": "3.0.0",
"description": "Mastercard Simplify Commerce",
"license": "proprietary",
"authors": [
{
"name": "Tomasz Waraksa",
"email": "[email protected]"
},
{
"name": "On Tap Networks Ltd",
"email": "[email protected]"
}
],
"minimum-stability": "alpha",
"require": {
"php": "~7.0.0|~7.1.0|~7.2.0",
"magento/framework": "101.0.*|102.0.*",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"autoload": {
"psr-4": {
"MasterCard\\SimplifyCommerce\\": ""
},
"classmap": [
"lib/simplifycommerce-sdk-php/lib/"
],
"files": [
"registration.php"
]
}
}