-
Notifications
You must be signed in to change notification settings - Fork 40
Unable to install on Laravel 9.* #128
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
Comments
@tazryder wanted to acknowledge that we'll look into this. |
@tazryder thank you for providing the complete problem report! It really helps us understand how to resolve the issue. I am working on updating our usage of However, this will not completely resolve the problem you are facing. You have Since We will probably release |
@tazryder I just spent some time looking at the Larvavel requirements for |
When will Laravel 9 support be added? |
This should be resolved with the release of v7.2. |
Same with version 7.2:
|
@martio you need to use the |
Thank you, @danielmorell! Will there be no problems with Laravel Logger? |
There is no real difference in functionality between |
Problem 1
- rollbar/rollbar-laravel v7.1.0 requires rollbar/rollbar ^2 -> satisfiable by rollbar/rollbar[v2.0.0, v2.1.0].
- rollbar/rollbar-laravel v7.1.0-RC1 requires illuminate/support ^6.0|^7.0|^8.0 -> found illuminate/support[v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev] but these were not loaded, likely because it conflicts with another require.
- rollbar/rollbar[v2.0.0, ..., v2.1.0] require psr/log ^1 -> found psr/log[1.0.0, ..., 1.1.4] but the package is fixed to 3.0.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- Root composer.json requires rollbar/rollbar-laravel ^7.1 -> satisfiable by rollbar/rollbar-laravel[v7.1.0-RC1, v7.1.0].
The text was updated successfully, but these errors were encountered: