Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upward connect not compatible with PHP 8.2 #54

Open
ash2fast380 opened this issue Aug 4, 2024 · 1 comment
Open

Upward connect not compatible with PHP 8.2 #54

ash2fast380 opened this issue Aug 4, 2024 · 1 comment

Comments

@ash2fast380
Copy link

Magento Upward connector is not compatible with PHP 8.2 used with Adobe commerce 2.4.7

@Nurgiel
Copy link

Nurgiel commented Sep 18, 2024

I have the same issue:

└─$ composer require magento/module-upward-connector
./composer.json has been updated
Running composer update magento/module-upward-connector
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - magento/module-upward-connector[dev-develop, 2.0.3, ..., 2.0.4.x-dev] require magento/upward * -> satisfiable by magento/upward[dev-dependabot/npm_and_yarn/lodash-4.17.19, dev-dependabot/npm_and_yarn/object-path-0.11.5, dev-master, dev-tommy/240-compatability, dev-dev/update-references, dev-develop, 1.0.0, ..., 1.2.0, 2.0.0, ..., 2.0.3.x-dev, 9999999-dev].
    - magento/module-upward-connector 2.0.2 requires magento/upward ~2.0.2 -> satisfiable by magento/upward[2.0.2, 2.0.3, 2.0.3.x-dev].
    - magento/module-upward-connector[dev-zetlen/use-bypass-nomenclature, dev-master, dev-release/1.1.2, dev-dev/update-references, 1.1.2, ..., 1.4.0, 2.0.0] require php ~7.3.0||~7.4.0 -> your php version (8.2.23) does not satisfy that requirement.
    - magento/module-upward-connector 1.0.0 requires php ~7.1.3||~7.2.0 -> your php version (8.2.23) does not satisfy that requirement.
    - magento/module-upward-connector[1.0.1, ..., 1.1.1] require php ~7.1.3||~7.2.0||~7.3.0 -> your php version (8.2.23) does not satisfy that requirement.
    - magento/module-upward-connector 2.0.1 requires php ~7.4.0||~8.1.0 -> your php version (8.2.23) does not satisfy that requirement.
    - magento/upward 2.0.1 requires php ~7.4.0||~8.1.0 -> your php version (8.2.23) does not satisfy that requirement.
    - magento/upward[1.0.0, ..., 1.1.1] require symfony/yaml ^2.3||^3.3 -> found symfony/yaml[v2.3.0, ..., 2.8.x-dev, v3.3.0-BETA1, ..., 3.4.x-dev] but the package is fixed to v7.1.4 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
    - magento/upward[1.1.2, ..., 1.1.3] require symfony/yaml ^2.3 || ^3.3 || ^4.0 -> found symfony/yaml[v2.3.0, ..., 2.8.x-dev, v3.3.0-BETA1, ..., 3.4.x-dev, v4.0.0-BETA1, ..., 4.4.x-dev] but the package is fixed to v7.1.4 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
    - magento/upward[1.1.4, ..., 1.2.0, 2.0.0, ..., 2.0.3.x-dev] require symfony/yaml ^2.3 || ^3.3 || ^4.0 || ^5.0 -> found symfony/yaml[v2.3.0, ..., 2.8.x-dev, v3.3.0-BETA1, ..., 3.4.x-dev, v4.0.0-BETA1, ..., 4.4.x-dev, v5.0.0-BETA1, ..., 5.4.x-dev] but the package is fixed to v7.1.4 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
    - Root composer.json requires magento/module-upward-connector * -> satisfiable by magento/module-upward-connector[dev-zetlen/use-bypass-nomenclature, dev-master, dev-release/1.1.2, dev-dev/update-references, dev-develop, 1.0.0, ..., 1.4.0, 2.0.0, ..., 2.0.4.x-dev, 9999999-dev].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require magento/module-upward-connector:*" to figure out if any version is installable, or "composer require magento/module-upward-connector:^2.1" if you know which you need.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

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

No branches or pull requests

2 participants