jeremykenedy / laravel-logger

An out the box activity logger for your Laravel or Lumen application. Laravel logger is an activity event logger for your laravel application. It comes out the box with ready to use with dashboard to view your activity. Laravel logger can be added as a middleware or called through a trait. This package is easily configurable and customizable. Supports Laravel 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 6, and 7+
MIT License
579 stars 120 forks source link

bump dependencies for Laravel 9 compatibility #141

Closed arborrow closed 2 years ago

arborrow commented 2 years ago

Hopefully this is pretty straightforward

arborrow commented 2 years ago

FYI, Scrutinizer is failing because it is using an outdated version (3.0.2) of CodeSniffer that was not compatible with PHP 8. I suspect if you bump to a later version that the tests will then be able to run. The curly to square brackets issue identified in the error in the Config.php file has been resolved.

arborrow commented 2 years ago

@jeremykenedy - I see that laravelcollective/html has their own version numbering system and that https://github.com/LaravelCollective/html/tree/v6.3.0 bumps their composer.json for use with Laravel 9. I'm going to go ahead and close this pull request since it is not needed; however, you may want to update CodeSniffer so that Scrutinizer can run. Peace - Anthony