2018-11-29 15:23:04 +00:00
|
|
|
{
|
|
|
|
"name": "woocommerce/woocommerce-gutenberg-products-block",
|
|
|
|
"description": "Feature plugin for the WooCommerce Gutenberg Products block",
|
|
|
|
"homepage": "https://woocommerce.com/",
|
|
|
|
"type": "wordpress-plugin",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"prefer-stable": true,
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
"require": {
|
2019-02-28 17:24:51 +00:00
|
|
|
"composer/installers": "1.6.0"
|
2018-11-29 15:23:04 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2018-11-29 18:09:21 +00:00
|
|
|
"woocommerce/woocommerce-sniffs": "0.0.5"
|
2018-11-29 15:23:04 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"phpcs": [
|
2018-12-14 14:56:54 +00:00
|
|
|
"phpcs --extensions=php -s -p"
|
2018-11-29 15:23:04 +00:00
|
|
|
],
|
|
|
|
"phpcbf": [
|
|
|
|
"phpcbf -p"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|