{ "name": "woocommerce/woocommerce", "description": "An e-commerce toolkit that helps you sell anything. Beautifully.", "homepage": "https://woocommerce.com/", "type": "wordpress-plugin", "license": "GPL-2.0+", "require": { "composer/installers": "~1.2" }, "require-dev": { "squizlabs/php_codesniffer": "*", "wp-coding-standards/wpcs": "^0.14", "phpunit/phpunit": "6.2.3", "woocommerce/woocommerce-git-hooks": "1.0.3", "wimg/php-compatibility": "^8.0", "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3" }, "scripts": { "pre-update-cmd": [ "WooCommerce\\GitHooks\\Hooks::preHooks" ], "pre-install-cmd": [ "WooCommerce\\GitHooks\\Hooks::preHooks" ], "post-install-cmd": [ "WooCommerce\\GitHooks\\Hooks::postHooks" ], "post-update-cmd": [ "WooCommerce\\GitHooks\\Hooks::postHooks" ], "test": [ "phpunit" ], "phpcs": [ "phpcs -s -p --standard=./phpcs.ruleset.xml" ], "phpcbf": [ "phpcbf -p --standard=./phpcs.ruleset.xml" ] }, "extra": { "scripts-description": { "test": "Run unit tests", "phpcs": "Analyze code against the WordPress coding standards with PHP_CodeSniffer", "phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier" } } }