Skip to content
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

implement service manager 4 #265

Open
arhimede opened this issue May 24, 2024 · 4 comments
Open

implement service manager 4 #265

arhimede opened this issue May 24, 2024 · 4 comments
Assignees
Labels

Comments

@arhimede
Copy link
Member

No description provided.

@arhimede arhimede changed the title implement doctrine 3 implement service manager 4 May 24, 2024
@arhimede arhimede added the 5.x label May 28, 2024
@arhimede arhimede pinned this issue May 28, 2024
@alexmerlin
Copy link
Member

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,

@arhimede
Copy link
Member Author

arhimede commented Jul 1, 2024

We should focus on this one
https://github.com/laminas/laminas-servicemanager
and all of other blocking components

@arhimede
Copy link
Member Author

arhimede commented Jul 5, 2024

@arhimede
Copy link
Member Author

See this issue, related

laminas/laminas-servicemanager#216

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Todo
Status: No status
Development

No branches or pull requests

2 participants