-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
28 lines (28 loc) · 978 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
{
"name": "labs64/digipass",
"description": "DigiPass (Paywall) WordPress plugin",
"type": "wordpress-plugin",
"keywords": [
"wordpress", "digipass", "paywall", "access-control", "content", "micropayment", "monetize", "pay-per-view", "payment", "PayPal", "digital goods", "subscribe", "subscription", "ABO", "license", "NetLicensing"
],
"homepage": "https://wordpress.org/plugins/digipass/",
"license": "GPL-2.0",
"authors": [
{
"name": "Labs64",
"email": "[email protected]",
"homepage": "http://www.labs64.com"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/Labs64/DigiPass/issues",
"source": "https://github.com/Labs64/DigiPass",
"docs": "https://wordpress.org/plugins/digipass/faq/"
},
"require": {
"php": ">=5.6",
"Labs64/NetLicensingClient-php": "2.3.7"
},
"prefer-stable": true
}