File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ WP-CLI `packages/local/` directory.
52
52
[--require_wp_cli=<version>]
53
53
Required WP-CLI version for the package.
54
54
---
55
- default: >=0.23 .0
55
+ default: >=1.1 .0
56
56
---
57
57
58
58
[--skip-tests]
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Feature: Scaffold a README.md file for an existing package
14
14
And the {PACKAGE_PATH}/local/wp-cli/default-readme/README.md file should exist
15
15
And the {PACKAGE_PATH}/local/wp-cli/default-readme/README.md file should contain:
16
16
"""
17
- Installing this package requires WP-CLI v0.23 .0 or greater. Update to the latest stable release with `wp cli update`.
17
+ Installing this package requires WP-CLI v1.1 .0 or greater. Update to the latest stable release with `wp cli update`.
18
18
"""
19
19
And the {PACKAGE_PATH}/local/wp-cli/default-readme/README.md file should contain:
20
20
"""
@@ -70,7 +70,7 @@ Feature: Scaffold a README.md file for an existing package
70
70
"files": [ "command.php" ]
71
71
},
72
72
"require": {
73
- "wp-cli/wp-cli": "~0.23 .0"
73
+ "wp-cli/wp-cli": "~1.1 .0"
74
74
},
75
75
"require-dev": {
76
76
"behat/behat": "~2.5"
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Feature: Scaffold WP-CLI commands
34
34
And the {PACKAGE_PATH}/local/wp-cli/foo/composer.json file should contain:
35
35
"""
36
36
"require": {
37
- "wp-cli/wp-cli": ">=0.23 .0"
37
+ "wp-cli/wp-cli": ">=1.1 .0"
38
38
},
39
39
"""
40
40
And the {PACKAGE_PATH}/local/wp-cli/foo/command.php file should exist
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class ScaffoldPackageCommand {
44
44
* [--require_wp_cli=<version>]
45
45
* : Required WP-CLI version for the package.
46
46
* ---
47
- * default: >=0.23 .0
47
+ * default: >=1.1 .0
48
48
* ---
49
49
*
50
50
* [--skip-tests]
You can’t perform that action at this time.
0 commit comments