Skip to content

Commit 92999f7

Browse files
authored
Merge pull request #140 from wp-cli/fix-composer-requirements
Fix Composer version constraints
2 parents eca01db + 59ef731 commit 92999f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"require": {
1515
"ext-json": "*",
1616
"wp-cli/checksum-command": "^2",
17-
"wp-cli/core-command": "2",
18-
"wp-cli/cron-command": "2",
17+
"wp-cli/core-command": "^2",
18+
"wp-cli/cron-command": "^2",
1919
"wp-cli/entity-command": "^2",
2020
"wp-cli/extension-command": "^2",
2121
"wp-cli/language-command": "^2",

0 commit comments

Comments
 (0)