2025-12-21 04:56:50 +01:00
|
|
|
{
|
|
|
|
|
"name": "magdev/wc-tier-package-prices",
|
|
|
|
|
"description": "WooCommerce plugin for tier pricing and package prices with Twig templates",
|
2026-01-29 18:58:01 +01:00
|
|
|
"version": "1.4.0",
|
2025-12-21 04:56:50 +01:00
|
|
|
"type": "wordpress-plugin",
|
|
|
|
|
"license": "GPL-2.0-or-later",
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Marco Graetsch",
|
|
|
|
|
"homepage": "https://src.bundespruefstelle.ch/magdev"
|
|
|
|
|
}
|
|
|
|
|
],
|
2026-01-25 19:39:12 +01:00
|
|
|
"repositories": [
|
|
|
|
|
{
|
2026-01-29 18:58:01 +01:00
|
|
|
"type": "path",
|
2026-01-29 19:09:45 +01:00
|
|
|
"url": "lib/wc-licensed-product-client"
|
2026-01-25 19:39:12 +01:00
|
|
|
}
|
|
|
|
|
],
|
2025-12-21 04:56:50 +01:00
|
|
|
"require": {
|
2026-01-25 19:39:12 +01:00
|
|
|
"php": ">=8.3",
|
|
|
|
|
"twig/twig": "^3.0",
|
2026-01-29 19:09:45 +01:00
|
|
|
"magdev/wc-licensed-product-client": "^0.2"
|
2025-12-21 04:56:50 +01:00
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"classmap": [
|
|
|
|
|
"includes/"
|
|
|
|
|
]
|
2026-01-29 19:09:45 +01:00
|
|
|
},
|
|
|
|
|
"config": {
|
|
|
|
|
"optimize-autoloader": true,
|
|
|
|
|
"platform": {
|
|
|
|
|
"php": "8.3.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"minimum-stability": "stable",
|
|
|
|
|
"prefer-stable": true
|
2025-12-21 04:56:50 +01:00
|
|
|
}
|