2016-07-14 14:07:22 +00:00
|
|
|
{
|
2016-07-14 14:09:57 +00:00
|
|
|
"name": "woocommerce/woocommerce",
|
2017-12-19 14:12:07 +00:00
|
|
|
"description": "An eCommerce toolkit that helps you sell anything. Beautifully.",
|
2016-07-14 14:07:22 +00:00
|
|
|
"homepage": "https://woocommerce.com/",
|
|
|
|
"type": "wordpress-plugin",
|
2018-01-24 16:13:45 +00:00
|
|
|
"license": "GPL-3.0-or-later",
|
2018-02-02 13:20:16 +00:00
|
|
|
"prefer-stable": true,
|
|
|
|
"minimum-stability": "dev",
|
2016-07-14 14:07:22 +00:00
|
|
|
"require": {
|
2019-02-28 13:59:42 +00:00
|
|
|
"composer/installers": "1.6.0"
|
2016-09-13 21:24:01 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-02-01 05:57:51 +00:00
|
|
|
"phpunit/phpunit": "6.5.14",
|
2019-03-11 15:34:57 +00:00
|
|
|
"woocommerce/woocommerce-sniffs": "0.0.6"
|
2016-09-13 21:24:01 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-11-29 20:10:54 +00:00
|
|
|
"test": [
|
|
|
|
"phpunit"
|
|
|
|
],
|
|
|
|
"phpcs": [
|
2017-12-18 13:49:44 +00:00
|
|
|
"phpcs -s -p"
|
2017-11-29 20:10:54 +00:00
|
|
|
],
|
2019-01-14 20:04:44 +00:00
|
|
|
"phpcs-pre-commit": [
|
|
|
|
"phpcs -s -p -n"
|
|
|
|
],
|
2017-11-29 20:10:54 +00:00
|
|
|
"phpcbf": [
|
2017-12-18 13:49:44 +00:00
|
|
|
"phpcbf -p"
|
2016-09-13 21:24:01 +00:00
|
|
|
]
|
2017-11-29 20:10:54 +00:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
2016-07-14 14:07:22 +00:00
|
|
|
}
|
|
|
|
}
|