-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
44 lines (44 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
40
41
42
43
44
{
"name": "alexminza/wc-moldovaagroindbank",
"description": "WooCommerce maib Moldova Agroindbank Payment Gateway",
"type": "wordpress-plugin",
"keywords": ["WooCommerce", "Moldova", "Agroindbank", "maib", "bank", "payment", "gateway", "visa", "mastercard", "credit card"],
"homepage": "https://github.com/alexminza/wc-moldovaagroindbank",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Alexander Minza",
"homepage": "https://www.alexminza.com",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/alexminza/wc-moldovaagroindbank/issues",
"forum": "https://wordpress.org/support/plugin/wc-moldovaagroindbank",
"source": "https://github.com/alexminza/wc-moldovaagroindbank"
},
"funding": [
{
"type": "other",
"url": "https://www.revolut.me/alexminza"
},
{
"type": "other",
"url": "https://www.paypal.me/AlexMinza"
}
],
"require": {
"php": ">=7.2.5",
"maib/maibapi": "^3.0",
"monolog/monolog": "^2.7",
"automattic/jetpack-autoloader": "^3.0"
},
"config": {
"platform": {
"php": "7.2.5"
},
"allow-plugins": {
"automattic/jetpack-autoloader": true
}
}
}