After updating to WordPress 6.9.0 or later (tested up to 7.1.1), the johnpbloch/wordpress-core package extraction fails during composer install. The archive downloads but doesn't extract — vendor directory ends up empty except for metadata files.
Reverting to johnpbloch/wordpress: 6.8.8 works perfectly.
Steps to reproduce:
Set johnpbloch/wordpress: ^6.9 in composer.json
Run composer install
Check /vendor/johnpbloch/wordpress-core/wp-includes/version.php — missing
Environment:
PHP 8.3
Composer 2.x
Bedrock installation
Workaround:
Lock to version 6.8.8 until this is fixed.
After updating to WordPress 6.9.0 or later (tested up to 7.1.1), the johnpbloch/wordpress-core package extraction fails during composer install. The archive downloads but doesn't extract — vendor directory ends up empty except for metadata files.
Reverting to johnpbloch/wordpress: 6.8.8 works perfectly.
Steps to reproduce:
Set johnpbloch/wordpress: ^6.9 in composer.json
Run composer install
Check /vendor/johnpbloch/wordpress-core/wp-includes/version.php — missing
Environment:
PHP 8.3
Composer 2.x
Bedrock installation
Workaround:
Lock to version 6.8.8 until this is fixed.