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

Cannot install on Lumen 10.x #684

Closed
szwagros opened this issue Apr 26, 2023 · 6 comments · Fixed by #685
Closed

Cannot install on Lumen 10.x #684

szwagros opened this issue Apr 26, 2023 · 6 comments · Fixed by #685
Assignees

Comments

@szwagros
Copy link

When trying to install sentry on Lumen 10.x (running composer require "sentry/sentry-laravel:^2.14") I get this error:

Problem 1
- Root composer.json requires sentry/sentry-laravel ^2.14 -> satisfiable by sentry/sentry-laravel[2.14.0, 2.14.1, 2.14.2].
- sentry/sentry-laravel[2.14.0, ..., 2.14.2] require illuminate/support 5.0 - 5.8 | ^6.0 | ^7.0 | ^8.0 | ^9.0 -> found illuminate/support[v5.0.0, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.7] but the package is fixed to v10.2.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.

Is Lumen 10 version not supported ?

@cleptric
Copy link
Member

Thanks, we'll take a look!

@stayallive
Copy link
Collaborator

Hi @szwagros, we indeed did not take Lumen support with us with the Laravel 10 push. We are trying to fix that and have started work on adding it back in, if you are willing you can test it out by installing the lumen branch: #685. If you find any issues be sure to let us know so we can fix that up before we release this!

@Tim-NL
Copy link

Tim-NL commented May 1, 2023

Hi - Not the issue poster, but I tried the branch that you provided and it seems to work as expected (only using issues, never used performance monitoring or anything like that).

-Tim

@stayallive
Copy link
Collaborator

Hey Tim, much appreciated! Thanks for letting us know 😄

@szwagros
Copy link
Author

szwagros commented May 7, 2023

Hi @szwagros, we indeed did not take Lumen support with us with the Laravel 10 push. We are trying to fix that and have started work on adding it back in, if you are willing you can test it out by installing the lumen branch: #685. If you find any issues be sure to let us know so we can fix that up before we release this!

Hi - sorry for late replay. Yes it installs and works fine (error reporting, adding scope etc.) I did not test perf monitoring etc.

@cleptric cleptric linked a pull request May 8, 2023 that will close this issue
@stayallive
Copy link
Collaborator

Sorry this was closed a few minuted too early but 3.4.0 was just released and contains Lumen 10.x support!

Thanks all for testing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants