Skip to content

Commit efefa37

Browse files
authored
Merge pull request #243 from wp-cli/fix/require-framework-2.11.x
Require framework version 2.11.x
2 parents 92c5716 + 5f54503 commit efefa37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"require": {
2828
"php": "^5.6 || ^7 || ^8",
29-
"wp-cli/wp-cli": "^2.5",
29+
"wp-cli/wp-cli": "^2.11",
3030
"wp-cli/package-command": "^2",
3131
"wp-cli/scaffold-command": "^2"
3232
},

0 commit comments

Comments
 (0)