Skip to content

Composer: require PHP >=8.2#111

Open
ohmyfelix wants to merge 1 commit into
masterfrom
chore/php-requirement-82
Open

Composer: require PHP >=8.2#111
ohmyfelix wants to merge 1 commit into
masterfrom
chore/php-requirement-82

Conversation

@ohmyfelix

Copy link
Copy Markdown
Contributor

Updates the root Composer PHP requirement from ^8.2 to >=8.2.

@trejjam

trejjam commented Jun 12, 2026

Copy link
Copy Markdown
Member

Hi,

I do not agree with this change.

>=8.2 means the package claims compatibility with every future PHP release, including versions that do not exist yet. For example, it would allow installation on PHP 15, which is something we cannot guarantee.

I believe ^8.2 is a more accurate constraint, and we can widen it once compatibility with newer major PHP versions has been verified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants