Hi, I took a bit of time to add some features and update the code and tests. Let me know if this looks ok, if you see any issues and would like be to change something let me know!
allow configuration of guards per package (#17)
in case of multiple licenses, accept any instead of require all (#18)
symfony/debug and symfony/var-dumper are no longer whitelisted, only the description/keyword guard will not trigger on them (if they ever get abandoned, or a license is changed, those guards will trigger)
add symfony/error-handler to the ignore list of the description/keyword guard (is a production package, pulled in by f.ex. the Laravel framework)
fix mikey179/vfsstream not being detected as dev package (#19)
update test dependencies to the latest versions
add CodeSniffer test for PHP compatibility with version >= 7.0
Hi, I took a bit of time to add some features and update the code and tests. Let me know if this looks ok, if you see any issues and would like be to change something let me know!