-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
37 lines (37 loc) · 991 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
36
37
{
"name": "seerbit/magento2-module",
"description": "Official Magento2 package for SeerBit payment gateway.",
"keywords": ["seerbit","payment","payment gateway","mobile money","creditcard","debitcard","online banking","global payment gateway","magento", "magento 2"],
"version": "1.1.0",
"homepage": "https://www.seerbit.com",
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
}
],
"authors": [
{
"email": "[email protected]",
"name": "Victor Ighalo",
"role": "Developer"
}
],
"support": {
"email": "[email protected]"
},
"minimum-stability": "stable",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Seerbit\\Payment\\": ""
}
}
}