Merge pull request #243 from wp-cli/fix/require-framework-2.11.x

Require framework version 2.11.x
This commit is contained in:
Alain Schlesser 2024-05-09 11:06:24 +02:00 committed by GitHub
commit efefa3776f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@
},
"require": {
"php": "^5.6 || ^7 || ^8",
"wp-cli/wp-cli": "^2.5",
"wp-cli/wp-cli": "^2.11",
"wp-cli/package-command": "^2",
"wp-cli/scaffold-command": "^2"
},