{ "name": "wp-cli/find-command", "description": "Find WordPress installations on the filesystem.", "type": "wp-cli-package", "homepage": "https://github.com/wp-cli/finder-command", "license": "MIT", "authors": [], "minimum-stability": "dev", "prefer-stable": true, "autoload": { "classmap": [ "src/" ], "files": [ "find-command.php" ] }, "require": { "php": ">=5.4", "wp-cli/wp-cli": "^2" }, "require-dev": { "wp-cli/wp-cli-tests": "^4" }, "config": { "platform": { "php": "5.6" }, "process-timeout": 7200, "sort-packages": true, "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true, "johnpbloch/wordpress-core-installer": true } }, "scripts": { "lint": "run-linter-tests", "phpcs": "run-phpcs-tests", "phpcbf": "run-phpcbf-cleanup", "phpunit": "run-php-unit-tests", "behat": "run-behat-tests", "prepare-tests": "install-package-tests", "test": [ "@lint", "@phpcs", "@phpunit", "@behat" ] }, "extra": { "branch-alias": { "dev-main": "2.x-dev" }, "commands": [ "find" ] } }