2025-12-31 00:38:29 +01:00
|
|
|
{
|
|
|
|
|
"name": "magdev/wc-composable-product",
|
|
|
|
|
"description": "WooCommerce plugin for user composable products",
|
|
|
|
|
"type": "wordpress-plugin",
|
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Marco Graetsch",
|
2025-12-31 23:32:21 +01:00
|
|
|
"email": "magdev3.0@gmail.com"
|
2025-12-31 00:38:29 +01:00
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">=8.3",
|
|
|
|
|
"twig/twig": "^3.0"
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
2026-03-01 12:35:02 +01:00
|
|
|
"Magdev\\WcComposableProduct\\": "includes/"
|
2025-12-31 00:38:29 +01:00
|
|
|
}
|
|
|
|
|
},
|
2026-03-01 13:08:22 +01:00
|
|
|
"require-dev": {
|
|
|
|
|
"brain/monkey": "^2.7",
|
2026-03-01 13:25:02 +01:00
|
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
|
2026-03-01 13:08:22 +01:00
|
|
|
"mockery/mockery": "^1.6",
|
2026-03-01 13:25:02 +01:00
|
|
|
"phpcompatibility/phpcompatibility-wp": "*",
|
|
|
|
|
"phpunit/phpunit": "^10.0",
|
|
|
|
|
"squizlabs/php_codesniffer": "^3.7",
|
|
|
|
|
"wp-coding-standards/wpcs": "^3.0"
|
2026-03-01 13:08:22 +01:00
|
|
|
},
|
|
|
|
|
"autoload-dev": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"Magdev\\WcComposableProduct\\Tests\\": "tests/"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-12-31 00:38:29 +01:00
|
|
|
"config": {
|
|
|
|
|
"optimize-autoloader": true,
|
2026-03-01 13:25:02 +01:00
|
|
|
"sort-packages": true,
|
|
|
|
|
"allow-plugins": {
|
|
|
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
|
|
|
},
|
|
|
|
|
"platform": {
|
|
|
|
|
"php": "8.3.0"
|
|
|
|
|
}
|
2025-12-31 00:38:29 +01:00
|
|
|
}
|
|
|
|
|
}
|