haxorqt
Home
Console
Upload
information
Create File
Create Folder
About
:
/
home
/
sc1jaqa5103
/
prod.puv-editions.fr
/
wp-content
/
plugins
/
query-monitor
/
Filename :
composer.json
back
Copy
{ "name": "johnbillion/query-monitor", "description": "Query Monitor is the developer tools panel for WordPress and WooCommerce.", "license": "GPL-2.0-or-later", "type": "wordpress-plugin", "authors": [ { "name": "John Blackbourn", "homepage": "https://johnblackbourn.com/" } ], "homepage": "https://querymonitor.com/", "support": { "issues": "https://github.com/johnbillion/query-monitor/issues", "forum": "https://wordpress.org/support/plugin/query-monitor", "security": "https://querymonitor.com/security/", "source": "https://github.com/johnbillion/query-monitor" }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/johnbillion" } ], "require": { "php": ">=7.4.0", "composer/installers": "^1.0 || ^2.0" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "0.7.2", "guzzlehttp/guzzle": "^7.0", "johnbillion/plugin-infrastructure": "2.9.4", "johnbillion/wp-compat": "1.5.0", "php-stubs/wp-cli-stubs": "2.12.0", "php-stubs/wordpress-stubs": "7.0.0 as 6.9.4", "phpcompatibility/phpcompatibility-wp": "2.1.5", "phpstan/phpstan": "2.1.46", "phpstan/phpstan-deprecation-rules": "2.0.4", "phpstan/phpstan-phpunit": "2.0.16", "squizlabs/php_codesniffer": "3.11.1", "szepeviktor/phpstan-wordpress": "2.0.3", "wp-coding-standards/wpcs": "2.3.0" }, "autoload": { "classmap": [ "classes", "data", "output" ] }, "autoload-dev": { "psr-4": { "QM\\Tests\\": "tests/integration" } }, "config": { "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true, "roots/wordpress-core-installer": true, "composer/installers": true }, "classmap-authoritative": true, "preferred-install": "dist", "prepend-autoloader": false, "sort-packages": true }, "extra": { "wordpress-install-dir": "vendor/wordpress/wordpress" }, "scripts": { "build-vendor": [ "build-vendor" ], "test": [ "@composer validate --strict --no-check-lock", "npm run build-schemas", "npm run typecheck", "npm run lint", "@test:phpstan", "@test:phpcs", "@test:start", "@test:integration", "@test:acceptance", "@test:stop" ], "test:acceptance": [ "npm run build #", "acceptance-tests" ], "test:integration": [ "integration-tests" ], "test:phpcs": [ "phpcs -nps --colors --report-code --report-summary --report-width=80 --basepath='./' ." ], "test:phpstan": [ "phpstan analyze -v --memory-limit=2G" ], "test:start": [ "tests-start" ], "test:stop": [ "tests-stop" ], "test:destroy": [ "tests-destroy" ] } }