-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
executable file
·39 lines (39 loc) · 927 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
38
39
{
"name": "ecomteck/module-onepay-payment-gateway",
"description":"Magento 2 OnePay Payment Gateway",
"keywords": [
"Payment Gateway",
"Magento 2 OnePay Payment Gateway",
"Magento 2",
"Magento 2 Extension",
"Magento 2 Extension Free",
"OnePay Payment Gateway",
"OnePay in Magento 2",
"OnePay"
],
"require": {
"ecomteck/module-core": "1.0.*"
},
"type": "magento2-module",
"version": "2.1.3",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"authors": [
{
"name": "Ecomteck",
"email": "ecomteck@gmail.com",
"homepage": "https://ecomteck.com",
"role": "Magento 2 Extension Provider"
}
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Ecomteck\\OnePay\\": ""
}
}
}