Skip to content

Commit bfcf805

Browse files
committed
Update changelog with latest versions and links
1 parent 426ce3e commit bfcf805

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,26 @@ Laravel integration for [Sentry](https://sentry.io/).
2222
- Laravel `>= 6.x.x` on PHP `>= 7.2` is supported starting from `1.2.0`
2323
- Laravel `>= 7.x.x` on PHP `>= 7.2` is supported starting from `1.7.0`
2424
- 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`
2526

2627
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.
2728

2829
## Installation
2930

30-
- [Laravel 7.x & 8.x](https://docs.sentry.io/platforms/php/guides/laravel/)
31-
- [Laravel 5.x & 6.x](https://docs.sentry.io/platforms/php/guides/laravel/configuration/other-versions/laravel5-6/)
32-
- [Laravel 4.x](https://docs.sentry.io/platforms/php/guides/laravel/configuration/other-versions/laravel4/)
33-
- [Lumen](https://docs.sentry.io/platforms/php/guides/laravel/configuration/other-versions/lumen/)
31+
- [Laravel 8.x & 9.x](https://docs.sentry.io/platforms/php/guides/laravel/)
32+
- [Laravel 5.x, 6.x & 7.x](https://docs.sentry.io/platforms/php/guides/laravel/other-versions/laravel5-6-7/)
33+
- [Laravel 4.x](https://docs.sentry.io/platforms/php/guides/laravel/other-versions/laravel4/)
34+
- [Lumen](https://docs.sentry.io/platforms/php/guides/laravel/other-versions/lumen/)
3435

3536
## Contributing
3637

37-
Dependencies are managed through composer:
38+
Dependencies are managed through [Composer](https://getcomposer.org/):
3839

3940
```
4041
$ composer install
4142
```
4243

43-
Tests can then be run via phpunit:
44+
Tests can then be run via [PHPUnit](https://phpunit.de/):
4445

4546
```
4647
$ vendor/bin/phpunit
@@ -49,5 +50,5 @@ $ vendor/bin/phpunit
4950
## Links
5051

5152
* [Documentation](https://docs.sentry.io/platforms/php/guides/laravel/)
52-
* [Bug Tracker](http://github.com/getsentry/sentry-laravel/issues)
53-
* [Code](http://github.com/getsentry/sentry-laravel)
53+
* [Bug Tracker](https://github.com/getsentry/sentry-laravel/issues)
54+
* [Code](https://github.com/getsentry/sentry-laravel)

0 commit comments

Comments
 (0)