OSDN Git Service

register binary
[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                 "src/bin/wp"
9         ],
10         "require": {
11                 "php": ">=5.3"
12         },
13         "require-dev": {
14                 "phpunit/phpunit": "3.7.x"
15         }
16 }