Description
Preconditions and environment
When trying to install Magento EE 2.4.8 via Composer, the installation fails because the package magento/product-enterprise-edition 2.4.8 depends on magento/magento-zf-db ^3.21, which cannot be found in any available repository.
Problem 1
- Root composer.json requires magento/product-enterprise-edition 2.4.8 -> satisfiable by magento/product-enterprise-edition[2.4.8].
- magento/product-enterprise-edition 2.4.8 requires magento/magento-zf-db ^3.21 -> could not be found in any version, there may be a typo in the package name.
Problem 2
- Root composer.json requires magento/magento-cloud-metapackage >=2.4.8 <2.4.9 -> satisfiable by magento/magento-cloud-metapackage[2.4.8, 2.4.8-p1].
- magento/magento-cloud-metapackage[2.4.8, ..., 2.4.8-p1] require magento/product-enterprise-edition >=2.4.8 <2.4.9 -> satisfiable by magento/product-enterprise-edition[2.4.8].
- magento/product-enterprise-edition 2.4.8 requires magento/magento-zf-db ^3.21 -> could not be found in any version, there may be a typo in the package name.
Steps to reproduce
- Set up a new Magento 2.4.8 EE project
- Run composer install
- Observe that the installation fails due to a missing package
Expected result
Composer should be able to resolve all dependencies and complete the installation of Magento EE 2.4.8.
Actual result
Composer fails due to a missing dependency: magento/magento-zf-db ^3.21
Additional information
The package magento/magento-zf-db does not appear on Packagist or in private Magento repositories. This might be a typo in the package name or a missing upload. Please advise.
Command used:
composer create-project --repository=https://repo.magento.com/ magento/project-enterprise-edition mage248
Environment:
PHP version: 8.3.15
Composer version: 2.8.0
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”.