| Current Path : /home/ereika83/public_html/wp-content/plugins/edit-flow/ |
| Current File : /home/ereika83/public_html/wp-content/plugins/edit-flow/composer.json |
{
"name" : "automattic/edit-flow",
"description": "WordPress plugin to accelerate your editorial workflow.",
"homepage" : "http://editflow.org/",
"type" : "wordpress-plugin",
"license" : "GPL-2.0+",
"support" : {
"issues": "https://github.com/Automattic/edit-flow/issues",
"forum": "https://wordpress.org/support/plugin/edit-flow",
"source": "https://github.com/Automattic/edit-flow"
},
"require" : {
"composer/installers": "~1.0",
"php": ">=5.6"
},
"require-dev": {
"automattic/vipwpcs": "^2.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.1 || ^0.5 || ^0.6.2 || ^0.7",
"exussum12/coverage-checker": "^0.11.2 || ^1.0.0",
"phpunit/phpunit": "^4 || ^5 || ^6 || ^7"
},
"scripts": {
"cs": [
"@php ./vendor/bin/phpcs -p -s -v -n . --standard=\"WordPress-VIP-Go\" --extensions=php --ignore=\"/vendor/*,/node_modules/*,/tests/*\""
],
"cbf": [
"@php ./vendor/bin/phpcbf -p -s -v -n . --standard=\"WordPress-VIP-Go\" --extensions=php --ignore=\"/vendor/*,/node_modules/*,/tests/*\""
],
"integration": [
"@php ./vendor/bin/phpunit --testsuite WP_Tests"
],
"integration-ms": [
"@putenv WP_MULTISITE=1",
"@composer integration"
]
}
}