You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,25 +22,26 @@ Laravel integration for [Sentry](https://sentry.io/).
22
22
- Laravel `>= 6.x.x` on PHP `>= 7.2` is supported starting from `1.2.0`
23
23
- Laravel `>= 7.x.x` on PHP `>= 7.2` is supported starting from `1.7.0`
24
24
- Laravel `>= 8.x.x` on PHP `>= 7.3` is supported starting from `1.9.0`
25
+
- Laravel `>= 9.x.x` on PHP `>= 8.0` is supported starting from `2.11.0`
25
26
26
27
Please note that of version `>= 2.0.0` we require PHP Version `>= 7.2` because we are using our new [PHP SDK](https://github.com/getsentry/sentry-php) underneath.
0 commit comments