-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider composer validation commands #125
Comments
I really want this sort of stuff in independent jobs, not in "before" or "after" scripts. Having to jump in a failed PHPUnit job because something completely unrelated failed is no fun :D |
Good idea, I should probably transfer this to the matrix action repository. |
Hmmm... My original thoughts for adding this to the integration action are because if composer install fails, I'm not sure it will then proceed to As it relates to the |
composer validate
and composer check-platform-reqs
Also adding |
Feature Request
yes/nomaybe?Summary
composer validate
to confirm that there are no issues with thecomposer.json
file.composer check-platform-reqs
, at least where--ignore-platform-reqs
is not used in order to confirm that the installed packages should function correctly.composer audit
to get a list of the vulnerable packages (if any) as the warning on install just lists the number of vulnerable packages, not what they are https://github.com/laminas/laminas-cli/runs/8005445567?check_suite_focus=true#step:3:315The text was updated successfully, but these errors were encountered: