You've already forked wc-licensed-product-client
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
|
|
{
|
||
|
|
"name": "magdev/wc-licensed-product-client",
|
||
|
|
"description": "Client library for WooCommerce Licensed Product Plugin - Activate, validate and check the status of licenses via REST API",
|
||
|
|
"type": "library",
|
||
|
|
"license": "GPL-2.0-or-later",
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Marco Graetsch",
|
||
|
|
"email": "magdev3.0@gmail.com",
|
||
|
|
"homepage": "https://src.bundespruefstelle.ch/magdev"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"homepage": "https://src.bundespruefstelle.ch/magdev/wc-licensed-product-client",
|
||
|
|
"support": {
|
||
|
|
"issues": "https://src.bundespruefstelle.ch/magdev/wc-licensed-product-client/issues",
|
||
|
|
"source": "https://src.bundespruefstelle.ch/magdev/wc-licensed-product-client"
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": "^8.3",
|
||
|
|
"symfony/http-client": "^7.0"
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Magdev\\WcLicensedProductClient\\": "src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload-dev": {
|
||
|
|
"psr-4": {
|
||
|
|
"Magdev\\WcLicensedProductClient\\Tests\\": "tests/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"config": {
|
||
|
|
"sort-packages": true
|
||
|
|
},
|
||
|
|
"minimum-stability": "stable"
|
||
|
|
}
|