-
Notifications
You must be signed in to change notification settings - Fork 20
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
symfony/console require mismatch with Magento 2.4.4-p6 #177
Comments
Hi @Sebb767 . Are you able to comment on this :) Thanks. |
Symfony 4.4 is end-of-life: https://symfony.com/releases/4.4 and will also be dropped by contentful/contentful.php in the next release. Is it possible for you to use v4.0.0 of contentful/contentful-management.php which still supports older Symfony versions? |
Hi @Sebb767 . I'm afraid that contentful/contentful-management.php is incompatible with contentful/core 4.0.0 which is needed by contentful/contentful 7.0.1 which seems to be first that is really compatible with PHP8.x. So it seems that I am in a bit problem here now between Contentful and Magento requires :) Problem 1 |
It seems you're right. I'll push a minor fix to allow Symfony 4.4 again. |
Hi @Sebb767. Thank you. When I could expect the fix to be done? |
Hi @Sebb767 . Any info when the minor fix would be added? Thanks. |
I've released v4.1.2, which should fix this issue |
Works. Thanks. |
Problem 1
magento/composer module requires "symfony/console": "~4.4.0". Also "contentful/contentful" acceptes ~4.0 ("symfony/console": "~2.7|~3.0|~4.0|^5.0|^6.0") so could this module also accept it?
The text was updated successfully, but these errors were encountered: