File: //home/Test/wp/wp-content/plugins/query-monitor/composer.json
{
"name": "johnbillion/query-monitor",
"description": "The Developer Tools panel for WordPress.",
"homepage": "https://github.com/johnbillion/query-monitor/",
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "John Blackbourn",
"homepage": "https://johnblackbourn.com/"
}
],
"support": {
"issues": "https://github.com/johnbillion/query-monitor/issues",
"forum": "https://wordpress.org/support/plugin/query-monitor",
"source": "https://github.com/johnbillion/query-monitor"
},
"repositories": [
{
"type": "package",
"package": {
"name": "danieltj27/dark-mode",
"version": "3.2",
"source": {
"type" : "git",
"url" : "git://github.com/danieltj27/Dark-Mode.git",
"reference" : "3.2"
},
"dist": {
"url": "https://github.com/danieltj27/Dark-Mode/archive/31e1407ef72af69bcd5d94cc3c502163547d4898.zip",
"type": "zip"
}
}
}
],
"config": {
"preferred-install": "dist"
},
"extra": {
"wordpress-install-dir": "vendor/wordpress/wordpress"
},
"require": {
"php": ">=5.3",
"composer/installers": "~1.0"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
"squizlabs/php_codesniffer": "^3.2",
"phpcompatibility/phpcompatibility-wp": "^2.0",
"danieltj27/dark-mode": "3.2",
"wp-coding-standards/wpcs": "^2",
"wp-phpunit/wp-phpunit": "* || *",
"roots/wordpress": "* || *",
"vlucas/phpdotenv": "^3",
"johnkary/phpunit-speedtrap": "^1.1",
"phpunit/phpunit": "^5"
},
"scripts": {
"test:cs": [
"vendor/bin/phpcs -nps --colors --report-code --report-summary --report-width=80 ."
],
"test:ut": [
"export WP_MULTISITE=0 && vendor/bin/phpunit --verbose --colors=always --exclude-group=ms-required",
"export WP_MULTISITE=1 && vendor/bin/phpunit --verbose --colors=always --exclude-group=ms-excluded"
],
"test": [
"@test:cs",
"@test:ut"
]
}
}