bugsnag / bugsnag-laravel

BugSnag notifier for the Laravel PHP framework. Monitor and report Laravel errors.
https://docs.bugsnag.com/platforms/php/laravel/
MIT License
876 stars 129 forks source link

Add license auditing to github actions CI #443

Closed Cawllec closed 3 years ago

Cawllec commented 3 years ago

Goal

Uses license finder to validate the licenses present in required dependencies.

Cawllec commented 3 years ago

Since both Laravel 6.0 & 8.0 versions are still seeing releases, the audit workflow forces the installation of the appropriate illuminate package versions, ensuring both release tracks are covered.