![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mets.corals.io/wp-content/plugins/query-monitor/ |
{ "name": "johnbillion/query-monitor", "type": "wordpress-plugin", "description": "The Developer Tools panel for WordPress.", "homepage": "https://github.com/johnbillion/query-monitor/", "license": "GPL-2.0-or-later", "authors": [ { "name": "John Blackbourn", "homepage": "https://johnblackbourn.com/" } ], "require": { "php": ">=5.6.20", "composer/installers": "~1.0" }, "require-dev": { "codeception/module-asserts": "^1.0", "codeception/module-webdriver": "^1.0", "codeception/module-db": "^1.0", "codeception/util-universalframework": "^1.0", "dealerdirect/phpcodesniffer-composer-installer": "0.7.0", "lucatume/wp-browser": "^3.0.21", "phpcompatibility/phpcompatibility-wp": "2.1.0", "phpstan/phpstan": "^1.0", "phpstan/phpstan-phpunit": "^1.0", "roots/wordpress": "*", "squizlabs/php_codesniffer": "3.5.8", "szepeviktor/phpstan-wordpress": "^1.0", "wp-coding-standards/wpcs": "2.3.0" }, "config": { "preferred-install": "dist", "sort-packages": true, "allow-plugins": { "composer/installers": true, "dealerdirect/phpcodesniffer-composer-installer": true, "roots/wordpress-core-installer": true } }, "extra": { "wordpress-install-dir": "tests/wordpress" }, "scripts": { "test": [ "composer validate --strict", "@test:phpstan", "@test:cs", "@test:integration", "@test:acceptance" ], "test:cs": [ "phpcs -nps --colors --report-code --report-width=80 --cache=tests/cache/phpcs --basepath='./' --standard=phpcs53.xml", "phpcs -nps --colors --report-code --report-width=80 --cache=tests/cache/phpcs --basepath='./' ." ], "test:phpstan": [ "codecept build", "phpstan analyze --memory-limit=1024M" ], "test:integration": [ "bin/integration-tests.sh" ], "test:start": [ "docker-compose up -d" ], "test:acceptance": [ "npm run build", "bin/acceptance-tests.sh" ], "test:stop": [ "docker-compose down" ] }, "autoload": { "classmap": [ "classes", "output" ] }, "autoload-dev": { "psr-4": { "QM\\Tests\\": "tests/integration" } }, "support": { "issues": "https://github.com/johnbillion/query-monitor/issues", "forum": "https://wordpress.org/support/plugin/query-monitor", "source": "https://github.com/johnbillion/query-monitor" }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/johnbillion" } ] }