mirror of
https://hk.gh-proxy.com/https://github.com/wp-cli/profile-command.git
synced 2025-08-21 06:38:51 +08:00
update composer.json
This commit is contained in:
parent
4679dde837
commit
4a66fdeecc
1 changed files with 3 additions and 3 deletions
|
@ -7,15 +7,15 @@
|
||||||
"authors": [],
|
"authors": [],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.4",
|
"php": ">=5.4",
|
||||||
"wp-cli/wp-cli": "2"
|
"wp-cli/wp-cli": "^2"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"behat/behat": "~2.5",
|
"behat/behat": "~2.5",
|
||||||
"wp-cli/wp-cli-tests": "2"
|
"wp-cli/wp-cli-tests": "^2"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "1.x-dev"
|
"dev-master": "2.x-dev"
|
||||||
},
|
},
|
||||||
"commands": [
|
"commands": [
|
||||||
"profile stage",
|
"profile stage",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue