-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Remove laminas-config dependency from composer.json #31082
Comments
Hi @sivaschenko. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. Please, add a comment to assign the issue:
🕙 You can find the schedule on the Magento Community Calendar page. 📞 The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, please join the Community Contributions Triage session to discuss the appropriate ticket. 🎥 You can find the recording of the previous Community Contributions Triage on the Magento Youtube Channel ✏️ Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel |
…#31173 magento#31082 In order to help with PHP8 support
@magento i am working on this |
Hi @sivaschenko, @ProkopovVitaliy. Thank you for your report and collaboration! The related internal Jira ticket The fix will be available with the upcoming |
Description (*)
In order to support PHP 8, the laminas/laminas-config dependency version should be either updated from "^2.6.0" to "^3.4.0" or removed as a dependency.
See the migration guide provided by laminas: https://docs.laminas.dev/laminas-config/migration/to-v3/
As there are no usages of laminas-config in the codebase, it appears the dependency should be removed
What should be done
laminas/laminas-config
fromcomposer.json
composer update nothing
to update the lock fileThe text was updated successfully, but these errors were encountered: