OSDN Git Service

Merge pull request #449 from wp-cli/verbose-export
[wvm/wvm.git] / composer.json
1 {
2         "name": "wp-cli/wp-cli",
3         "description": "A command line interface for WordPress",
4         "keywords": [ "cli", "wordpress" ], 
5         "homepage": "http://wp-cli.org",
6         "license": "MIT",
7         "bin": [
8                 "bin/wp"
9         ],
10         "require": {
11                 "php": ">=5.3.2",
12                 "wp-cli/php-cli-tools": "dev-master",
13                 "mustache/mustache": "2.0.x"
14         },
15         "suggest": {
16                 "d11wtq/boris": "Enhanced `wp shell` functionality"
17         },
18         "require-dev": {
19                 "phpunit/phpunit": "3.7.x",
20                 "behat/behat": "2.4.*@stable"
21         },
22         "autoload": {
23                 "psr-0": { "WP_CLI": "php" }
24         }
25 }