jorijn / laravel-security-checker

Added Laravel functionality to Enlightn Security Checker. Adds a command to check for, and optionally emails you, vulnerabilities when they affect you.
https://jorijn.com
MIT License
198 stars 26 forks source link

Laravel 11.x Compatibility #47

Closed DevDavido closed 4 months ago

DevDavido commented 4 months ago

This PR is based on the work of @laravel-shift via #46.

Additional changes to fix Laravel 11.x and PHPUnit 10.x support:

Also update actions/checkout from v2 to v4 (related to https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/).