2026-01-21 18:55:18 +01:00
|
|
|
{
|
|
|
|
|
"name": "magdev/wc-licensed-product",
|
|
|
|
|
"description": "WooCommerce plugin to sell software products using license keys",
|
|
|
|
|
"type": "wordpress-plugin",
|
|
|
|
|
"license": "GPL-2.0-or-later",
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Marco Graetsch",
|
|
|
|
|
"email": "magdev3.0@gmail.com",
|
|
|
|
|
"homepage": "https://src.bundespruefstelle.ch/magdev"
|
|
|
|
|
}
|
|
|
|
|
],
|
2026-01-22 18:32:17 +01:00
|
|
|
"repositories": [
|
|
|
|
|
{
|
2026-01-29 21:53:06 +01:00
|
|
|
"type": "path",
|
|
|
|
|
"url": "lib/wc-licensed-product-client"
|
2026-01-22 18:32:17 +01:00
|
|
|
}
|
|
|
|
|
],
|
2026-01-21 18:55:18 +01:00
|
|
|
"require": {
|
|
|
|
|
"php": ">=8.3.0",
|
2026-01-22 18:32:17 +01:00
|
|
|
"twig/twig": "^3.0",
|
2026-01-29 21:53:06 +01:00
|
|
|
"magdev/wc-licensed-product-client": "@dev"
|
2026-01-21 18:55:18 +01:00
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"Jeremias\\WcLicensedProduct\\": "src/"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"config": {
|
|
|
|
|
"optimize-autoloader": true,
|
|
|
|
|
"sort-packages": true,
|
|
|
|
|
"platform": {
|
|
|
|
|
"php": "8.3.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"minimum-stability": "stable",
|
|
|
|
|
"prefer-stable": true
|
|
|
|
|
}
|