View file File name : composer.json Content :{ "name": "wp-cli/wp-cli", "description": "WP-CLI framework", "keywords": [ "cli", "wordpress" ], "version": "2.11.0", "homepage": "https://wp-cli.org", "license": "MIT", "require": { "php": "^5.6 || ^7.0 || ^8.0", "ext-curl": "*", "mustache/mustache": "^2.14", "rmccue/requests": "^1.8", "roave/security-advisories": "dev-latest", "symfony/finder": ">2.7", "wp-cli/config-command": "dev-main", "wp-cli/eval-command": "dev-main", "wp-cli/cache-command": "^2.0", "wp-cli/db-command": "^2.0", "wp-cli/embed-command": "^2.0", "wp-cli/entity-command": "^2.0", "wp-cli/export-command": "^2.0", "wp-cli/extension-command": "^2.0", "wp-cli/i18n-command": "^2.2", "wp-cli/import-command": "^2.0", "wp-cli/maintenance-mode-command": "^2.0", "wp-cli/media-command": "^2.0", "wp-cli/mustangostang-spyc": "^0.6.3", "wp-cli/package-command": "^2.0", "wp-cli/php-cli-tools": "~0.11.2", "wp-cli/rewrite-command": "^2.0", "wp-cli/role-command": "^2.0", "wp-cli/scaffold-command": "^2.0", "wp-cli/search-replace-command": "^2.0", "wp-cli/server-command": "^2.0", "wp-cli/shell-command": "^2.0", "wp-cli/super-admin-command": "^2.0", "wp-cli/widget-command": "^2.1", "wp-cli/wp-cli-tests": "dev-main", "wp-cli/doctor-command": "dev-main", "wp-cli/find-command": "dev-main", "wp-cli/profile-command": "dev-main", "dreamhost/wpcli-host-check-command": "dev-master", "dreamhost/wpcli-update-verify": "dev-master", "dreamhost/wpcli-find-check-command": "dev-master", "dreamhost/wpcli-php-compat-command": "dev-master", "dreamhost/wpcli-reinstall-command": "dev-master" }, "suggest": { "ext-readline": "Include for a better --prompt implementation", "ext-zip": "Needed to support extraction of ZIP archives when doing downloads or updates" }, "config": { "platform": { "php": "5.6" }, "gitlab-domains": ["git.dreamhost.com"], "process-timeout": 7200, "sort-packages": true, "secure-http": true, "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true } }, "extra": { "branch-alias": { "dev-master": "2.5.x-dev" } }, "autoload": { "psr-0": { "WP_CLI\\": "php/" }, "classmap": [ "php/class-wp-cli.php", "php/class-wp-cli-command.php" ] }, "minimum-stability": "dev", "prefer-stable": true, "bin": [ "bin/wp", "bin/wp.bat" ], "scripts": { "post-install-cmd": [ "./utils/git-setup-pre-commit-hook" ], "behat": "run-behat-tests", "behat-rerun": "rerun-behat-tests", "lint": "run-linter-tests", "phpcs": "run-phpcs-tests", "phpcbf": "run-phpcbf-cleanup", "phpunit": "run-php-unit-tests", "prepare-tests": "install-package-tests", "test": [ "@lint", "@phpcs", "@phpunit", "@behat" ] }, "support": { "issues": "https://github.com/wp-cli/wp-cli/issues", "source": "https://github.com/wp-cli/wp-cli", "docs": "https://make.wordpress.org/cli/handbook/" }, "repositories": { "wp-cli": { "type": "composer", "url": "https://wp-cli.org/package-index/" }, "wp-cli/doctor-command": { "type": "vcs", "url": "https://github.com/wp-cli/doctor-command.git" }, "wp-cli/find-command": { "type": "vcs", "url": "https://github.com/wp-cli/find-command.git" }, "wp-cli/profile-command": { "type": "vcs", "url": "https://github.com/wp-cli/profile-command.git" }, "dreamhost/wpcli-host-check-command": { "type": "vcs", "url": "https://git.dreamhost.com/dreamhost/wpcli-host-check-command.git" }, "dreamhost/wpcli-update-verify": { "type": "vcs", "url": "https://git.dreamhost.com/dreamhost/wpcli-update-verify.git" }, "dreamhost/wpcli-find-check-command": { "type": "vcs", "url": "https://git.dreamhost.com/dreamhost/wpcli-find-check-command.git" }, "dreamhost/wpcli-php-compat-command": { "type": "vcs", "url": "https://git.dreamhost.com/dreamhost/wpcli-php-compat-command.git" }, "dreamhost/wpcli-reinstall-command": { "type": "vcs", "url": "https://git.dreamhost.com/dreamhost/wpcli-reinstall-command.git" } } }