mirror of
https://fast.feibisi.com/https://github.com/wp-cli/scaffold-command.git
synced 2025-10-04 17:01:28 +08:00
21 lines
409 B
JSON
21 lines
409 B
JSON
{
|
|
"name": "wp-cli/wp-cli",
|
|
"description": "A command line interface for WordPress",
|
|
"keywords": [ "cli", "wordpress" ],
|
|
"homepage": "http://wp-cli.org",
|
|
"license": "MIT",
|
|
"bin": [
|
|
"bin/wp"
|
|
],
|
|
"require": {
|
|
"php": ">=5.3",
|
|
"wp-cli/php-cli-tools": "dev-master"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "3.7.x"
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "WP_CLI": "php" }
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|