From 4db9ea678b035bbff14c57c5797137e03f11d97e Mon Sep 17 00:00:00 2001 From: Alex Bouma Date: Mon, 2 Sep 2019 16:17:44 +0200 Subject: [PATCH] Update readme about the Laravel compatibility --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d644d22a..4f365b92 100644 --- a/README.md +++ b/README.md @@ -19,14 +19,15 @@ Laravel integration for [Sentry](https://sentry.io/). - Laravel `4.2.x` is supported until version `0.8.x` - Laravel `<= 5.7.x` on PHP `<= 7.0` is supported until version `0.11.x` - Laravel `>= 5.x.x` on PHP `>= 7.1` is supported in the most recent version +- Laravel `>= 6.x.x` on PHP `>= 7.2` is supported in the most recent version Please note that of version `>= 1.0.0` we require PHP Version `>= 7.1` because we are using our new [PHP SDK](https://github.com/getsentry/sentry-php) underneath. ## Installation -- [Laravel 5.x.x](http://docs.sentry.io/platforms/php/laravel/#laravel-5x) -- [Laravel 4.x.x](http://docs.sentry.io/platforms/php/laravel/#laravel-4x) -- [Lumen 5.x.x](http://docs.sentry.io/platforms/php/laravel/#lumen-5x) +- [Laravel 5.x & 6.x](http://docs.sentry.io/platforms/php/laravel/#laravel-5x) +- [Laravel 4.x](http://docs.sentry.io/platforms/php/laravel/#laravel-4x) +- [Lumen 5.x](http://docs.sentry.io/platforms/php/laravel/#lumen-5x) ## Contributing