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",
|
2025-12-22 19:39:20 +01:00
|
|
|
"version": "1.1.15",
|
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"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">=7.4",
|
|
|
|
|
"twig/twig": "^3.0"
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"classmap": [
|
|
|
|
|
"includes/"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|