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
This commit is contained in:
Sergey Biryukov
2025-09-28 16:22:31 +00:00
parent 2acae839f0
commit da949cda46

View File

@@ -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.