You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using laminas components for my projects. I tried to upgrade my laminas/laminas-servicemanager to version 4 but it is failed due to dependency of this package with laminas-mvc.
Problem 1
- laminas/laminas-mvc 3.6.0 requires laminas/laminas-servicemanager ^3.7 -> found laminas/laminas-servicemanager[3.7.0, ..., 3.23.x-dev] but it conflicts with your root composer.json require (^4.0).
- laminas/laminas-mvc[3.6.1, ..., 3.8.x-dev] require laminas/laminas-servicemanager ^3.20.0 -> found laminas/laminas-servicemanager[3.20.0, ..., 3.23.x-dev] but it conflicts with your root composer.json require (^4.0).
- Root composer.json requires laminas/laminas-mvc ^3.6 -> satisfiable by laminas/laminas-mvc[3.6.0, ..., 3.8.x-dev].
Could you please release your package support with laminas-servicemanager 4 version ?
The text was updated successfully, but these errors were encountered:
There is still a lot of work to be done on other components and it will probably even need a new major version of laminas-mvc before support for laminas-servicemanager with version 4 can be included here.
So any help is welcome! 👍🏻
I have been using laminas components for my projects. I tried to upgrade my laminas/laminas-servicemanager to version 4 but it is failed due to dependency of this package with laminas-mvc.
Problem 1
- laminas/laminas-mvc 3.6.0 requires laminas/laminas-servicemanager ^3.7 -> found laminas/laminas-servicemanager[3.7.0, ..., 3.23.x-dev] but it conflicts with your root composer.json require (^4.0).
- laminas/laminas-mvc[3.6.1, ..., 3.8.x-dev] require laminas/laminas-servicemanager ^3.20.0 -> found laminas/laminas-servicemanager[3.20.0, ..., 3.23.x-dev] but it conflicts with your root composer.json require (^4.0).
- Root composer.json requires laminas/laminas-mvc ^3.6 -> satisfiable by laminas/laminas-mvc[3.6.0, ..., 3.8.x-dev].
Could you please release your package support with laminas-servicemanager 4 version ?
The text was updated successfully, but these errors were encountered: