Merge pull request #115 from runcommand/bump-0-3-0-beta

Bump version to 0.3.0-beta
This commit is contained in:
Daniel Bachhuber 2016-10-31 09:53:09 -07:00 committed by GitHub
commit 1a6b73bacc

View file

@ -4,15 +4,13 @@
"type": "wp-cli-package", "type": "wp-cli-package",
"homepage": "https://runcommand.io/wp/profile/", "homepage": "https://runcommand.io/wp/profile/",
"license": "MIT", "license": "MIT",
"version": "0.3.0-alpha", "version": "0.3.0-beta",
"authors": [], "authors": [],
"minimum-stability": "dev", "minimum-stability": "dev",
"autoload": { "autoload": {
"files": [ "command.php" ] "files": [ "command.php" ]
}, },
"require": { "require": {},
"wp-cli/wp-cli": "~0.23.0"
},
"require-dev": { "require-dev": {
"behat/behat": "~2.5" "behat/behat": "~2.5"
}, },