Working on upgrading from 2.4.5 to 2.4.8, but due to php version issues will first have to go to 2.4.6 (since 2.4.5 maxes out at php 8.1 while the lowest 2.4.8 goes is php 8.2).
Anyway, going through Composer to do the upgrade job and updated the composer.json file to include all the current versions they were asking for in preparation for 2.4.6.
But am running into issues with Magento 2.4.6 requiring magento/module-marketplace 100.4.4. I have tried adding that to the requirement list in the json file but it’s saying these were not loaded likely because it conflicts with another require.
Looking into it further, magento/module-marketplace only runs on php 8.2 and I can’t run on that php for mage 2.4.5 anyway.
Any idea how to move forward on the upgrade? See pic below for reference.
