Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"wp-cli/wp-cli": "^2.12"
"wp-cli/wp-cli": "^2.13"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This change increases the minimum required version of wp-cli/wp-cli to ^2.13. Since there are no other code changes in this pull request, it appears this version bump might not be necessary. Unnecessarily strict version constraints can cause dependency conflicts for users of this package. It is recommended to only increase minimum version requirements when the code is updated to use features available only in that new version.

},
"require-dev": {
"wp-cli/extension-command": "^1.2 || ^2",
Expand Down
Loading