-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Adobe CommerceThe issue related to the Adobe Commerce(EE) or B2B functionalityThe issue related to the Adobe Commerce(EE) or B2B functionalityIssue: needs updateAdditional information is require, waiting for responseAdditional information is require, waiting for responseReported on 2.4.7-p1Indicates original Magento version for the Issue report.Indicates original Magento version for the Issue report.
Description
Preconditions and environment
Hello,
I have this issue with PHP 8.3 on Magento 2.4.7-p1.
Update: Error :
Your requirements could not be resolved to an installable set of packages.
Problem 1
- magento/module-b2b[100.4.0, ..., 100.4.1-p1] require php ~8.1.0||~8.2.0 -> your php version (8.3.6) does not satisfy that requirement.
- magento/extension-b2b 1.4.2-p1 requires magento/module-b2b 100.4.1-p1 -> satisfiable by magento/module-b2b[100.4.1-p1].
- Root composer.json requires magento/extension-b2b 1.4.2-p1 -> satisfiable by magento/extension-b2b[1.4.2-p1].
The modules B2B was not compatible with php8.3
This is same issue like 38858
Steps to reproduce
Use PHP 8.3.
composer require magento/extension-b2b:1.4.2-p1 -W
Expected result
Magento B2B works on PHP8.3
Actual result
Your requirements could not be resolved to an installable set of packages.
Problem 1
- magento/module-b2b[100.4.0, ..., 100.4.1-p1] require php ~8.1.0||~8.2.0 -> your php version (8.3.6) does not satisfy that requirement.
- magento/extension-b2b 1.4.2-p1 requires magento/module-b2b 100.4.1-p1 -> satisfiable by magento/module-b2b[100.4.1-p1].
- Root composer.json requires magento/extension-b2b 1.4.2-p1 -> satisfiable by magento/extension-b2b[1.4.2-p1].
Additional information
No response
Release note
No response
Triage and priority
- Severity: S0 - Affects critical data or functionality and leaves users without workaround.
- Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
- Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
- Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
- Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.
gerarddevisser
Metadata
Metadata
Assignees
Labels
Adobe CommerceThe issue related to the Adobe Commerce(EE) or B2B functionalityThe issue related to the Adobe Commerce(EE) or B2B functionalityIssue: needs updateAdditional information is require, waiting for responseAdditional information is require, waiting for responseReported on 2.4.7-p1Indicates original Magento version for the Issue report.Indicates original Magento version for the Issue report.