-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
39 lines (39 loc) · 1.16 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": "alexminza/wc-victoriabank",
"description": "WooCommerce Victoriabank Payment Gateway",
"type": "wordpress-plugin",
"keywords": ["WooCommerce", "Moldova", "Victoriabank", "VB", "bank", "payment", "gateway", "visa", "mastercard", "credit card"],
"homepage": "https://github.com/alexminza/wc-victoriabank",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Alexander Minza",
"homepage": "https://www.alexminza.com",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/alexminza/wc-victoriabank/issues",
"forum": "https://wordpress.org/support/plugin/wc-victoriabank",
"source": "https://github.com/alexminza/wc-victoriabank"
},
"funding": [
{
"type": "other",
"url": "https://www.revolut.me/alexminza"
},
{
"type": "other",
"url": "https://www.paypal.me/AlexMinza"
}
],
"require": {
"php": ">=7.0",
"fruitware/victoria-bank-gateway": "dev-master"
},
"config": {
"platform": {
"php": "7.0"
}
}
}