From da949cda46277e91c9d5134749ffdf29afa8a96d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 28 Sep 2025 16:22:31 +0000 Subject: [PATCH] Build/Test Tools: Make Composer available via `npm run` on the host machine. This enables developers to directly invoke the Composer instance of the `wordpressdevelop/php` container from their host machine, making it easier to call Composer-specific scripts: linting, formatting, etc. Props paulbonneau, SirLouen. Fixes #63912. Built from https://develop.svn.wordpress.org/trunk@60803 git-svn-id: http://core.svn.wordpress.org/trunk@60139 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 11b5f9353f..e3ee23a8ec 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.9-alpha-60802'; +$wp_version = '6.9-alpha-60803'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.