Skip to content

Commit fa3716e

Browse files
committed
Update supported versions for Laravel 7
1 parent d6a629c commit fa3716e

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,19 @@ Laravel integration for [Sentry](https://sentry.io/).
1616

1717
## Laravel Version Compatibility
1818

19-
- Laravel `4.2.x` is supported until version `0.8.x`
20-
- Laravel `<= 5.7.x` on PHP `<= 7.0` is supported until version `0.11.x`
21-
- Laravel `>= 5.x.x` on PHP `>= 7.1` is supported in the most recent version
22-
- Laravel `>= 6.x.x` on PHP `>= 7.2` is supported in the most recent version
19+
- Laravel `<= 4.2.x` is supported until `0.8.x`
20+
- Laravel `<= 5.7.x` on PHP `<= 7.0` is supported until `0.11.x`
21+
- Laravel `>= 5.x.x` on PHP `>= 7.1` is supported in all versions
22+
- Laravel `>= 6.x.x` on PHP `>= 7.2` is supported starting from `1.2.0`
23+
- Laravel `>= 7.x.x` on PHP `>= 7.2` is supported starting from `1.7.0`
2324

2425
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.
2526

2627
## Installation
2728

28-
- [Laravel 5.x & 6.x](http://docs.sentry.io/platforms/php/laravel/#laravel-5x)
29-
- [Laravel 4.x](http://docs.sentry.io/platforms/php/laravel/#laravel-4x)
30-
- [Lumen 5.x](http://docs.sentry.io/platforms/php/laravel/#lumen-5x)
29+
- [Laravel 5.x & 6.x & 7.x](https://docs.sentry.io/platforms/php/laravel/#laravel-5x--6x)
30+
- [Lumen 5.x & 6.x](https://docs.sentry.io/platforms/php/laravel/#lumen-5x--6x)
31+
- [Laravel 4.x](https://docs.sentry.io/platforms/php/laravel/#laravel-4x)
3132

3233
## Contributing
3334

0 commit comments

Comments
 (0)