forked from malsubrata/woo-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
27 lines (27 loc) · 810 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
{
"name": "malsubrata/woo-wallet",
"type": "wordpress-plugin",
"license": "GPL-3.0-or-later",
"description": "A powerful, extendable WooCommerce wallet system which support payment, partial payment, cashback reward program as well as refund for your WooCommerce store.",
"homepage": "https://woowallet.in/",
"authors": [
{
"name": "Subrata Mal",
"email": "[email protected]",
"homepage": "https://github.com/malsubrata"
}
],
"keywords": [
"wordpress",
"woocommerce-wallet",
"wallet",
"wordpress-plugin"
],
"support": {
"issues": "https://github.com/malsubrata/woo-wallet/issues"
},
"require": {
"php": ">=5.6",
"composer/installers": "~1.6"
}
}