-
-
Notifications
You must be signed in to change notification settings - Fork 198
Closed
Labels
Description
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 ?
adampachowicz