Build/Test Tools: Improve Composer update command in bootstrap error messages.
Refines the test bootstrap error message to include the `-W` in the Composer update command. Why? To also update the chain of dependencies for the tests' dependencies. `composer update` will update the tests' direct dependencies. `composer update -W` will update the dependencies including *their* dependencies, which is the recommended course of action for WP. Follow-up to [51598], [51811], [51813]. Props jrf. See #46149. Built from https://develop.svn.wordpress.org/trunk@51828 git-svn-id: http://core.svn.wordpress.org/trunk@51435 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
79c59fa78c
commit
e2f3071988
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.9-alpha-51827';
|
||||
$wp_version = '5.9-alpha-51828';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue