-
Notifications
You must be signed in to change notification settings - Fork 63
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
psr/log require mismatch with Magento 2.4.4-p2 #322
Comments
There originally was an incompatibility with PHP v7. However, as the library doesn't support PHP7 in v7 anymore, we can actually add back support for psr/log v1. I'll do so in the next patch release :) |
Thank you @Sebb767 . Can you tag me to the PR when it gets merged? I actually asked about this from Magento support also and they did not have roadmap for removeing psr v1 from ECE-tools module and support v2 and v3. |
@Seppo-Konttinen-Solteq I've re-added the support with v7.0.1 :) From my testing, it should work now. |
Thank you @Sebb767 . I will give it a try :) |
Hi @Sebb767 . That worked but now Contentful management module gives this Problem 1 Magento's own modules requires version 4 of symfony/console EDIT: added issue to correct module repo contentful/contentful-management.php#177 |
Hi.
When trying to take Contentful module version 7.0.0 in to use I ended up to have problem to update psr/log to version 2 or 3 as magento/ece-tools has require for version 1 ("psr/log": "^1.0")
Problem 1 - Root composer.json requires contentful/contentful 7.0.0 -> satisfiable by contentful/contentful[v7.0.0]. - contentful/contentful v7.0.0 requires psr/log ^2.0|^3.0 -> found psr/log[2.0.0, 3.0.0] but these were not loaded, likely because it conflicts with another require.
Should I start poking Adobe for this or is there change to have Contentful module to support psl/log version 1?
The text was updated successfully, but these errors were encountered: