|
1 | 1 | { |
2 | 2 | "name": "labs64/netlicensingclient-php", |
3 | 3 | "description": "PHP wrapper for Labs64 NetLicensing RESTful API", |
4 | | - "license": "Apache-2.0", |
5 | | - "homepage": "https://github.com/Labs64/NetLicensingClient-php", |
| 4 | + "type": "library", |
6 | 5 | "keywords": [ |
7 | | - "NetLicensing", "licensing", "php", "client", "framework", "api", "rest", "restful" |
| 6 | + "NetLicensing", "licensing", "license", "client", "API", "REST", "RESTful" |
| 7 | + ], |
| 8 | + "homepage": "https://github.com/Labs64/NetLicensingClient-php", |
| 9 | + "license": "Apache-2.0", |
| 10 | + "authors": [ |
| 11 | + { |
| 12 | + "name": "Labs64 NetLicensing", |
| 13 | + "email": "netlicensing@labs64.com", |
| 14 | + "homepage": "https://netlicensing.io" |
| 15 | + } |
8 | 16 | ], |
| 17 | + "support": { |
| 18 | + "email": "netlicensing@labs64.com", |
| 19 | + "issues": "https://github.com/Labs64/NetLicensingClient-php/issues", |
| 20 | + "wiki": "https://www.labs64.de/confluence/display/NLICPUB", |
| 21 | + "source": "https://github.com/Labs64/NetLicensingClient-php", |
| 22 | + "docs": "https://www.labs64.de/confluence/display/NLICPUB" |
| 23 | + }, |
9 | 24 | "require": { |
10 | 25 | "php": ">=5.3.2", |
11 | 26 | "php-curl-class/php-curl-class": "4.10.0" |
12 | 27 | }, |
13 | | - "repositories": [ |
14 | | - { |
15 | | - "type": "git", |
16 | | - "url": "https://github.com/php-curl-class/php-curl-class" |
17 | | - } |
18 | | - ], |
19 | 28 | "autoload": { |
20 | 29 | "files": [ |
21 | 30 | "netlicensing.php" |
22 | 31 | ] |
23 | | - } |
| 32 | + }, |
| 33 | + "prefer-stable": true |
24 | 34 | } |
0 commit comments