Closed arborrow closed 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.
@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
Hopefully this is pretty straightforward