diff --git a/src/platforms/php/guides/laravel/other-versions/lumen.mdx b/src/platforms/php/guides/laravel/other-versions/lumen.mdx index 29737754dfd4f..de7c01b780496 100644 --- a/src/platforms/php/guides/laravel/other-versions/lumen.mdx +++ b/src/platforms/php/guides/laravel/other-versions/lumen.mdx @@ -15,7 +15,7 @@ This guide is for Laravel Lumen 5+. We also provide instructions for [the latest Install the `sentry/sentry-laravel` package: ```bash -composer require "sentry/sentry-laravel:^2.14" +composer require sentry/sentry-laravel ``` Register Sentry in `bootstrap/app.php`: