rollbar / rollbar-php-laravel

Rollbar error monitoring integration for Laravel projects
https://docs.rollbar.com/docs/laravel
140 stars 39 forks source link

Please make a new release #146

Closed boryn closed 1 year ago

boryn commented 1 year ago

Master is 19 commits ahead of 7.2.0

boryn commented 1 year ago

At Laravel 10, after running composer require rollbar/rollbar-laravel, it installs version 1.3.0 😵‍💫

When trying to run composer require rollbar/rollbar-laravel:dev-master it says:

Conclusion: don't install monolog/monolog 3.3.1 (conflict analysis result)

I can see rollbar/rollbar 4.0 is not yet released as stable.

Eventually, I managed to install these packages by:

cyrusradfar commented 1 year ago

Thanks for the heads up. We will look into this update asap.

mecca666 commented 1 year ago

Same issue after upgrading to Laravel 10. Thanks for the temp solution @boryn

danielmorell commented 1 year ago

Please set your minimum-stability to rc and require the latest rollbar/rollbar-laravel:^8. This will install the latest version v8.0.0-RC1.

If you have any feedback on how it works, please let us know. We want to address any issues it might have before releasing the stable version.