We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3753f97 + 774a8ef commit cffa64eCopy full SHA for cffa64e
features/scaffold-package.feature
@@ -34,7 +34,7 @@ Feature: Scaffold WP-CLI commands
34
And the {PACKAGE_PATH}/local/wp-cli/foo/composer.json file should contain:
35
"""
36
"require": {
37
- "wp-cli/wp-cli": ">=1.1.0"
+ "wp-cli/wp-cli": "^1.1.0"
38
},
39
40
And the {PACKAGE_PATH}/local/wp-cli/foo/command.php file should exist
inc/ScaffoldPackageCommand.php
@@ -44,7 +44,7 @@ class ScaffoldPackageCommand {
44
* [--require_wp_cli=<version>]
45
* : Required WP-CLI version for the package.
46
* ---
47
- * default: >=1.1.0
+ * default: ^1.1.0
48
49
*
50
* [--skip-tests]
0 commit comments