Skip to content

Conversation

@jrfnl
Copy link
Member

@jrfnl jrfnl commented Nov 18, 2025

Proposed Changes

As of Composer 2.9, using this type of security check is no longer needed as Composer will now natively block installation of known insecure versions of dependencies.

However, Composer 2.9 requires PHP 7.2, so we should continue to run the security check for PHP 5.4 for the time being, but we can stop running the check against PHP "latest".

Refs:

Suggested changelog entry

N/A (CI only change)

As of Composer 2.9, using this type of security check is no longer needed as Composer will now natively block installation of known insecure versions of dependencies.

However, Composer 2.9 requires PHP 7.2, so we should continue to run the security check for PHP 5.4 for the time being, but we can stop running the check against PHP "latest".

Refs:
* https://blog.packagist.com/composer-2-9/
* https://github.com/composer/composer/releases/tag/2.9.0
@jrfnl jrfnl merged commit fd50d41 into main Nov 18, 2025
72 of 73 checks passed
@jrfnl jrfnl deleted the feature/ghactions-tweak-security-check branch November 18, 2025 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants