2018-11-29 15:23:04 +00:00
|
|
|
{
|
2019-09-05 15:09:31 +00:00
|
|
|
"name": "woocommerce/woocommerce-blocks",
|
|
|
|
"description": "WooCommerce blocks for the Gutenberg editor.",
|
2024-04-09 08:50:15 +00:00
|
|
|
"homepage": "https://woocommerce.com/",
|
2020-09-07 17:31:10 +00:00
|
|
|
"type": "wordpress-plugin",
|
2023-12-05 09:58:14 +00:00
|
|
|
"version": "11.8.0-dev",
|
2019-09-05 15:09:31 +00:00
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"prefer-stable": true,
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
"require-dev": {
|
2023-12-12 19:38:20 +00:00
|
|
|
"automattic/jetpack-changelogger": "3.3.0"
|
2019-09-05 15:09:31 +00:00
|
|
|
},
|
2021-10-13 09:45:59 +00:00
|
|
|
"config": {
|
|
|
|
"platform": {
|
2023-12-12 19:38:20 +00:00
|
|
|
"php": "7.4"
|
2023-12-12 21:46:53 +00:00
|
|
|
},
|
|
|
|
"allow-plugins": {
|
|
|
|
"automattic/jetpack-autoloader": true
|
2021-10-13 09:45:59 +00:00
|
|
|
}
|
|
|
|
},
|
2019-09-05 15:09:31 +00:00
|
|
|
"extra": {
|
2023-12-12 19:38:20 +00:00
|
|
|
"changelogger": {
|
2023-12-13 23:41:11 +00:00
|
|
|
"changes-dir": "../woocommerce/changelog",
|
2023-12-12 19:38:20 +00:00
|
|
|
"formatter": {
|
|
|
|
"filename": "../../tools/changelogger/class-package-formatter.php"
|
|
|
|
},
|
|
|
|
"types": {
|
|
|
|
"fix": "Fixes an existing bug",
|
|
|
|
"add": "Adds functionality",
|
|
|
|
"update": "Update existing functionality",
|
|
|
|
"dev": "Development related task",
|
|
|
|
"tweak": "A minor adjustment to the codebase",
|
|
|
|
"performance": "Address performance issues",
|
|
|
|
"enhancement": "Improve existing functionality"
|
|
|
|
},
|
|
|
|
"changelog": "CHANGELOG.md"
|
2019-09-05 15:09:31 +00:00
|
|
|
}
|
|
|
|
}
|
2023-12-15 12:45:38 +00:00
|
|
|
}
|