@@ -40,7 +40,7 @@ Feature: Scaffold a README.md file for an existing package
4040 And the {PACKAGE_PATH}/local/wp-cli/default-readme/README.md file should exist
4141 And the {PACKAGE_PATH}/local/wp-cli/default-readme/README.md file should contain:
4242 """
43- Installing this package requires WP-CLI v2.12 or greater. Update to the latest stable release with `wp cli update`.
43+ Installing this package requires WP-CLI v2.13 or greater. Update to the latest stable release with `wp cli update`.
4444 """
4545 And the {PACKAGE_PATH}/local/wp-cli/default-readme/README.md file should contain:
4646 """
@@ -76,7 +76,7 @@ Feature: Scaffold a README.md file for an existing package
7676 And the {PACKAGE_PATH}/local/wp-cli/custom-branch/README.md file should exist
7777 And the {PACKAGE_PATH}/local/wp-cli/custom-branch/README.md file should contain:
7878 """
79- Installing this package requires WP-CLI v2.12 or greater. Update to the latest stable release with `wp cli update`.
79+ Installing this package requires WP-CLI v2.13 or greater. Update to the latest stable release with `wp cli update`.
8080 """
8181 And the {PACKAGE_PATH}/local/wp-cli/custom-branch/README.md file should contain:
8282 """
@@ -152,7 +152,7 @@ Feature: Scaffold a README.md file for an existing package
152152 "files": [ "command.php" ]
153153 },
154154 "require": {
155- "wp-cli/wp-cli": "^2.12 "
155+ "wp-cli/wp-cli": "^2.13 "
156156 },
157157 "require-dev": {
158158 "wp-cli/wp-cli-tests": "^5.0.0"
@@ -367,7 +367,7 @@ Feature: Scaffold a README.md file for an existing package
367367 "files": [ "command.php" ]
368368 },
369369 "require": {
370- "wp-cli/wp-cli": "^2.12 "
370+ "wp-cli/wp-cli": "^2.13 "
371371 },
372372 "require-dev": {
373373 "wp-cli/wp-cli-tests": "^5.0.0"
0 commit comments