File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 1.0.0 (unreleased)
3+ ## 1.0.0
44
5- - ...
5+ - This version requires ` sentry/sentry ` ` >= 2.0 ` and also PHP ` >= 7.1 `
6+ - Support for Laravel 5.8
7+ - Be advised ` app('sentry') ` now no longer returns the "old" ` Raven_Client ` instead it will return ` \Sentry\State\Hub `
8+
9+ Please see [ Docs] ( https://docs.sentry.io/platforms/php/laravel/ ) for detailed usage.
610
711## 0.12.0 (unreleased)
812
3236
3337## 0.9.0
3438
35- This version no longer supports Laravel 4.x, version ` 0.8.x ` will ofcourse still work for Laravel 4.
39+ This version no longer supports Laravel 4.x, version ` 0.8.x ` will of course still work for Laravel 4.
3640
3741- Set 'user_context' configuration default to false. (#132 )
3842- Update ` SENTRY_DSN ` env variable name to ` SENTRY_LARAVEL_DSN ` . (#130 )
Original file line number Diff line number Diff line change 1414 "require" : {
1515 "php" : " ^7.1" ,
1616 "illuminate/support" : " 5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*" ,
17- "sentry/sentry " : " 2.0.0-beta2 "
17+ "sentry/sdk " : " ^ 2.0"
1818 },
1919 "require-dev" : {
2020 "phpunit/phpunit" : " 7.3.*" ,
You can’t perform that action at this time.
0 commit comments