-
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
#31346 :- Update laminas/laminas-servicemanager #32234
#31346 :- Update laminas/laminas-servicemanager #32234
Conversation
Hi @konarshankar07. Thank you for your contribution
❗ Automated tests can be triggered manually with an appropriate comment:
You can find more information about the builds here ℹ️ Please run only needed test builds instead of all when developing. Please run all test builds before sending your PR for review. For more details, please, review the Magento Contributor Guide documentation. 🕙 You can find the schedule on the Magento Community Calendar page. 📞 The triage of Pull Requests 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 |
@magento run all tests |
@magento run all tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, @konarshankar07 Thanks for the work on this PR. Please look at my comments.
@@ -56,15 +55,20 @@ | |||
"laminas/laminas-mvc": "~2.7.0", | |||
"laminas/laminas-serializer": "^2.7.2", | |||
"laminas/laminas-server": "^2.6.1", | |||
"laminas/laminas-servicemanager": "^2.7.8", | |||
"laminas/laminas-servicemanager": "^3.5.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based on release notes https://github.com/laminas/laminas-servicemanager/releases php 8 support added from 3.6.0
@@ -56,15 +55,20 @@ | |||
"laminas/laminas-mvc": "~2.7.0", | |||
"laminas/laminas-serializer": "^2.7.2", | |||
"laminas/laminas-server": "^2.6.1", | |||
"laminas/laminas-servicemanager": "^2.7.8", | |||
"laminas/laminas-servicemanager": "^3.5.1", | |||
"laminas/laminas-servicemanager-di": "^1.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see that laminas-servicemanager-di archived and is not required https://github.com/laminas/laminas-servicemanager-di
You can now use laminas/laminas-di directly with laminas/laminas-servicemanager.
use Laminas\ServiceManager\Di\DiAbstractServiceFactoryFactory; | ||
use Laminas\ServiceManager\Di\DiAbstractServiceFactory; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use Laminas\ServiceManager\Di\DiAbstractServiceFactoryFactory; | |
use Laminas\ServiceManager\Di\DiAbstractServiceFactory; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based on documentation for lamins-servicemanager since v.3.0.0 laminas/laminas-servicemanager-di is not required and factories map could be removed from line
DiAbstractServiceFactory::class => DiAbstractServiceFactoryFactory::class, |
Depends on #31854 |
Closing in favour of #31854 |
Hi @konarshankar07, thank you for your contribution! |
Description (*)
Related Pull Requests
https://github.com/magento/partners-magento2ee/pull/514
Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
Contribution checklist (*)