-
Notifications
You must be signed in to change notification settings - Fork 24
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
Compatibility with Symfony 4 #30
Comments
See #29 |
Same issue here because I'm using v2.0.0 of Robo: Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for consolidation/robo ^2.0.0 -> satisfiable by consolidation/robo[2.0.0].
- Conclusion: remove symfony/event-dispatcher v3.4.33
- henrikbjorn/lurker 1.2.0 requires symfony/event-dispatcher ^2.2|^3.0 -> satisfiable by symfony/event-dispatcher[v3.4.33, v2.2.0, ..., v3.4.9].
- henrikbjorn/lurker 1.2.0 requires symfony/event-dispatcher ^2.2|^3.0 -> satisfiable by symfony/event-dispatcher[v3.4.33, v2.2.0, ..., v3.4.9].
- symfony/event-dispatcher v2.5.0 conflicts with symfony/console[v4.3.5].
- [...]
- symfony/event-dispatcher v2.4.9 conflicts with symfony/console[v4.3.5].
- consolidation/robo 2.0.0 requires symfony/console ^4.3.5 -> satisfiable by symfony/console[v4.3.5, v4.3.6].
- Conclusion: don't install symfony/console v4.3.6
- Installation request for henrikbjorn/lurker ^1.2.0 -> satisfiable by henrikbjorn/lurker[1.2.0]. |
Last release of this package was 2016-03-16. The dependencies don't allow using Symfony 4. Solution: Use the drop-in replacement package totten/lurkerlite instead. composer require totten/lurkerlite This removes »henrikbjorn/lurker« automatically and installs the replacement package. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I cannot require this package, I'm using Symfony v4.0.4 but it require
"symfony/event-dispatcher" : "^2.2|^3.0"
.So this raise an error:
The text was updated successfully, but these errors were encountered: