wp-cli / wp-cli

⚙️ WP-CLI framework
https://wp-cli.org/
MIT License
4.88k stars 985 forks source link

Tests: Failing install on PHP 5.6 due to conflict with `symfony/process` #6018

Open swissspidy opened 6 days ago

swissspidy commented 6 days ago

Example run: https://github.com/wp-cli/wp-cli/actions/runs/11992197891/job/33431866704#step:6:108

roave/security-advisories blocks certain versions of symfony/process because of CVE-2024-51736, which means right now composer install fails on PHP 5.6 due to no matching version being found.

symfony/process is required by composer/composer, which is a dependency of wp-cli/package-command.

swissspidy commented 5 days ago

@schlessera any thoughts on this one?

schlessera commented 5 days ago

@swissspidy Sounds like we need to bump the min. PHP version at some point soon now. I'll investigate...