-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
58 lines (58 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "labs64/netlicensingclient-php",
"description": "PHP wrapper for Labs64 NetLicensing RESTful API",
"type": "library",
"keywords": [
"NetLicensing",
"licensing",
"license",
"software license",
"licensing model",
"license types",
"license management",
"licensing as a service",
"software activation",
"subscription",
"floating",
"pay-per-use",
"client",
"RESTful",
"API",
"REST"
],
"homepage": "https://netlicensing.io",
"license": "Apache-2.0",
"authors": [
{
"name": "Labs64 NetLicensing",
"email": "netlicensing@labs64.com",
"homepage": "https://netlicensing.io"
}
],
"support": {
"email": "netlicensing@labs64.com",
"issues": "https://github.com/Labs64/NetLicensingClient-php/issues",
"wiki": "https://netlicensing.io/wiki/",
"source": "https://github.com/Labs64/NetLicensingClient-php",
"docs": "https://netlicensing.io/wiki/"
},
"require": {
"php": ">=7.4",
"php-curl-class/php-curl-class": "^11.0.0",
"fr3d/xmldsig": "^3.0",
"ext-mbstring": "*",
"ext-json": "*",
"ext-dom": "*"
},
"require-dev": {
"phpunit/phpunit": "~6.5.14",
"fzaninotto/faker": "^v1.9.2",
"wp-cli/php-cli-tools": "^v0.11.11"
},
"autoload": {
"files": [
"netlicensing.php"
]
},
"prefer-stable": true
}