Skip to content

Unlock all PHP 8 versions#88

Open
fritzmg wants to merge 2 commits intolillik:masterfrom
fritzmg:patch-1
Open

Unlock all PHP 8 versions#88
fritzmg wants to merge 2 commits intolillik:masterfrom
fritzmg:patch-1

Conversation

@fritzmg
Copy link
Contributor

@fritzmg fritzmg commented Aug 21, 2024

I know this is for some reason common within the Magento space - but due to semantic versioning it is completely unnecessary to disallow future feature versions of PHP.

Note: the single pipe | notation is deprecated.

@fritzmg fritzmg changed the title unlock all PHP 8 versions Unlock all PHP 8 versions Aug 21, 2024
@felipecastilla
Copy link

Reviewing the composer.json file, the ^8.3 constraint for PHP will prevent this package from being installed on systems running PHP 8.0, 8.1, and 8.2. For broader compatibility within the PHP 8 ecosystem, I recommend changing this to ^8.0.

@fritzmg
Copy link
Contributor Author

fritzmg commented Oct 2, 2025

Yes, that was essentially a typo. I meant to put in ^8.0.

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.

2 participants