Skip to content

Commit

Permalink
Merge pull request #140 from wp-cli/fix-composer-requirements
Browse files Browse the repository at this point in the history
Fix Composer version constraints
  • Loading branch information
schlessera authored Oct 26, 2018
2 parents eca01db + 59ef731 commit 92999f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"require": {
"ext-json": "*",
"wp-cli/checksum-command": "^2",
"wp-cli/core-command": "2",
"wp-cli/cron-command": "2",
"wp-cli/core-command": "^2",
"wp-cli/cron-command": "^2",
"wp-cli/entity-command": "^2",
"wp-cli/extension-command": "^2",
"wp-cli/language-command": "^2",
Expand Down

0 comments on commit 92999f7

Please sign in to comment.