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.",
|
|
|
|
"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
|
|
|
"keywords": [
|
|
|
|
"gutenberg",
|
|
|
|
"woocommerce",
|
|
|
|
"blocks"
|
|
|
|
],
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"prefer-stable": true,
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
"require": {
|
2022-10-03 10:49:32 +00:00
|
|
|
"ext-hash": "*",
|
|
|
|
"ext-json": "*",
|
2020-10-26 13:17:28 +00:00
|
|
|
"composer/installers": "^1.7.0",
|
2023-12-08 15:10:14 +00:00
|
|
|
"automattic/jetpack-autoloader": "^3.0",
|
2023-12-08 14:43:29 +00:00
|
|
|
"automattic/jetpack-connection": "^2.1",
|
2023-12-08 15:33:30 +00:00
|
|
|
"automattic/jetpack-config": "^2.0"
|
2019-09-05 15:09:31 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-12-08 13:33:28 +00:00
|
|
|
"phpunit/phpunit": "9.6.15",
|
2023-09-29 03:21:18 +00:00
|
|
|
"phpunit/php-code-coverage": "9.2.29",
|
2023-02-24 12:08:34 +00:00
|
|
|
"woocommerce/woocommerce-sniffs": "0.1.3",
|
2023-08-07 07:50:53 +00:00
|
|
|
"phpdocumentor/reflection": "3.0.1",
|
2023-07-28 15:19:45 +00:00
|
|
|
"yoast/phpunit-polyfills": "2.0.0",
|
|
|
|
"nikic/php-parser": "4.16.0 as 1.0.0",
|
2023-09-04 18:23:36 +00:00
|
|
|
"mockery/mockery": "1.6.6",
|
2023-07-28 15:19:45 +00:00
|
|
|
"wp-hooks/generator": "0.9.0"
|
2019-09-05 15:09:31 +00:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2022-03-04 13:28:37 +00:00
|
|
|
"Automattic\\WooCommerce\\StoreApi\\": "src/StoreApi/",
|
2019-09-05 15:09:31 +00:00
|
|
|
"Automattic\\WooCommerce\\Blocks\\": "src/"
|
2022-02-23 12:00:45 +00:00
|
|
|
},
|
|
|
|
"files": [
|
2022-03-01 10:34:05 +00:00
|
|
|
"src/StoreApi/deprecated.php",
|
|
|
|
"src/StoreApi/functions.php"
|
2022-02-23 12:00:45 +00:00
|
|
|
]
|
2019-09-05 15:09:31 +00:00
|
|
|
},
|
2021-08-20 13:58:32 +00:00
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
|
|
|
"Automattic\\WooCommerce\\Blocks\\Tests\\": "tests/php"
|
|
|
|
}
|
|
|
|
},
|
2019-09-05 15:09:31 +00:00
|
|
|
"scripts": {
|
|
|
|
"phpcs": [
|
|
|
|
"phpcs --extensions=php -s -p"
|
|
|
|
],
|
|
|
|
"phpcbf": [
|
|
|
|
"phpcbf -p"
|
|
|
|
]
|
|
|
|
},
|
2021-10-13 09:45:59 +00:00
|
|
|
"config": {
|
|
|
|
"platform": {
|
2023-04-21 11:07:37 +00:00
|
|
|
"php": "7.4.33"
|
2022-03-01 11:10:42 +00:00
|
|
|
},
|
|
|
|
"allow-plugins": {
|
|
|
|
"automattic/jetpack-autoloader": true,
|
|
|
|
"composer/installers": true,
|
|
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
2021-10-13 09:45:59 +00:00
|
|
|
}
|
|
|
|
},
|
2019-09-05 15:09:31 +00:00
|
|
|
"extra": {
|
|
|
|
"scripts-description": {
|
|
|
|
"phpcs": "Analyze code against the WordPress coding standards with PHP_CodeSniffer",
|
|
|
|
"phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier"
|
|
|
|
}
|
|
|
|
}
|
2018-11-29 15:23:04 +00:00
|
|
|
}
|