-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
executable file
·39 lines (39 loc) · 1.35 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
{
"name": "tendopay/tendopay-payment",
"description": "TendoPay works as a payment method and allows users to spread their purchase across multiple instalments. User instalment payments are clearly visible with no hidden or additional fees. Application to TendoPay is quick, a user can get approved within 24 hours. Also users can manage their account from anywhere - desktop, mobile or tablet through the TendoPay admin panel. TendoPay was built to help provide users a more flexible payment method suited for timing that works for them",
"type": "magento2-module",
"version": "1.2.0",
"license": [
"MIT"
],
"authors": [
{
"name": "TendoPay Team",
"email": "[email protected]",
"homepage": "https://tendopay.ph"
}
],
"require": {
"php": "~7.1.3||~7.2||~7.3||~7.4",
"magento/framework": ">=100",
"magento/module-backend": ">=100.0.0",
"magento/module-store": ">=100.0.0",
"tendopay/tendopay-sdk-php": "~0.9.1"
},
"keywords": [
"magento 2",
"magento2",
"tendopay",
"payment method",
"payment gateway",
"tendopay payment"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"TendoPay\\TendopayPayment\\": ""
}
}
}