dotkernel / api

DotKernel's PSR-7 REST style API built around the Mezzio API skeleton.
http://docs.dotkernel.org/api-documentation/
MIT License
26 stars 4 forks source link

implement service manager 4 #265

Open arhimede opened 1 month ago

alexmerlin commented 2 weeks ago

This will have to wait until some dependencies add support for laminas/laminas-service-amanager:4.x.

Tried to install it in DotKernel API using:

composer require laminas/laminas-servicemanager:^4.0

Below is the output:

./composer.json has been updated
Running composer update laminas/laminas-servicemanager
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires laminas/laminas-servicemanager ^4.0, found laminas/laminas-servicemanager[4.0.0, 4.0.1, 4.0.2, 4.1.0] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - dotkernel/dot-cli is locked to version 3.6.0 and an update of this package was not requested.
    - dotkernel/dot-cli 3.6.0 requires laminas/laminas-servicemanager ^3.11.1 -> found laminas/laminas-servicemanager[3.11.1, ..., 3.22.1] but it conflicts with your root composer.json require (^4.0).
  Problem 3
    - dotkernel/dot-mail is locked to version 4.2.0 and an update of this package was not requested.
    - dotkernel/dot-mail 4.2.0 requires laminas/laminas-servicemanager ^3.22 -> found laminas/laminas-servicemanager[3.22.0, 3.22.1] but it conflicts with your root composer.json require (^4.0).
  Problem 4
    - laminas/laminas-inputfilter is locked to version 2.30.1 and an update of this package was not requested.
    - laminas/laminas-inputfilter 2.30.1 requires laminas/laminas-servicemanager ^3.21.0 -> found laminas/laminas-servicemanager[3.21.0, 3.22.0, 3.22.1] but it conflicts with your root composer.json require (^4.0).
  Problem 5
    - laminas/laminas-text is locked to version 2.11.0 and an update of this package was not requested.
    - laminas/laminas-text 2.11.0 requires laminas/laminas-servicemanager ^3.22.0 -> found laminas/laminas-servicemanager[3.22.0, 3.22.1] but it conflicts with your root composer.json require (^4.0).
  Problem 6
    - dotkernel/dot-log 3.5.1 requires laminas/laminas-servicemanager ^3.22 -> found laminas/laminas-servicemanager[3.22.0, 3.22.1] but it conflicts with your root composer.json require (^4.0).
    - dotkernel/dot-errorhandler 3.4.1 requires dotkernel/dot-log ^3.4 -> satisfiable by dotkernel/dot-log[3.5.1].
    - dotkernel/dot-errorhandler is locked to version 3.4.1 and an update of this package was not requested.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

Conclusion

In order to use laminas/laminas-service-amanager:4.x in DotKernel API,