Audit Composer dependencies for security vulnerabilities without using an external service.
Creates a readable diff of any changes made to Composer requirements and/or locked packages.
Remove Dockerfile which is no longer used
Merge pull request #24 from kiddivouchers/remove-dockerfile
Remove Dockerfile which is no longer used
Build process moved to GitHub Actions so this is no longer required.
The diff is currently generated by comparing PR base to head, which is fine if the PR is up to date with the target branch, but if it is behind the diff is misleading.
Add symfony 6.x support
Allow tests to skip depending on installed packages
Fix tests on Symfony 6
Merge pull request #23 from denga/symfony-v6-support
Add Symfony 6.x support
Allow tests to skip depending on installed packages
Fix tests on Symfony 6
Change command name to security-audit
Ensure tests can use the plugin
Expand/modify versions of PHP CI uses
Pin legacy tests to Composer 2.2 LTS
Filter out deprecation notices from test output
Update setup-php action
Fix PHP 5.3 sanity check workflow
Merge pull request #24 from cs278/change-cmd-name
Change command name
Add symfony 6.x support
Change command name to security-audit
Ensure tests can use the plugin
Expand/modify versions of PHP CI uses
Pin legacy tests to Composer 2.2 LTS
Filter out deprecation notices from test output
Update setup-php action
Fix PHP 5.3 sanity check workflow
Merge pull request #24 from cs278/change-cmd-name
Change command name
security-audit
Fix PHP 5.3 sanity check workflow
Ensure tests can use the plugin
Expand/modify versions of PHP CI uses
Pin legacy tests to Composer 2.2 LTS
Filter out deprecation notices from test output
Update setup-php action
Update setup-php action
Filter out deprecation notices from test output
Run workflow without deprecation notices
Pin legacy tests to Composer 2.2 LTS
Change command name to security-audit
Ensure tests can use the plugin
Expand/modify versions of PHP CI uses
security-audit