You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are there Plans to support PHP 8.3, is there more to it than altering composer.json?
General
Module version: 1.2.1
Magento version: 2.4.7
PHP version: 8.3.6
Issue description
Trying to update magento shop with PHP 8.3 results in:
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- firegento/magesetup2 v1.2.0 requires php ~7.3.0||~7.4.0||~8.1.0 -> your php version (8.3.6) does not satisfy that requirement.
- firegento/magesetup2 v1.2.1 requires php ~7.3.0||~7.4.0||~8.1.0||~8.2.0 -> your php version (8.3.6) does not satisfy that requirement.
- Root composer.json requires firegento/magesetup2 ^1.2 -> satisfiable by firegento/magesetup2[v1.2.0, v1.2.1].
Steps to reproduce
Install Magento 2.4.7 with firegento/magesetup2 and PHP 8.2
Try to upgrade using composer update with PHP 8.3
The text was updated successfully, but these errors were encountered:
Are there Plans to support PHP 8.3, is there more to it than altering composer.json?
General
Issue description
Trying to update magento shop with PHP 8.3 results in:
Steps to reproduce
firegento/magesetup2
and PHP 8.2composer update
with PHP 8.3The text was updated successfully, but these errors were encountered: