You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add a test for composer validate
If package.json exists, run npm audit
Check that roave/security-advisories: dev-master is in composer.json
It should be the only package as dev-master, which can affect composer validate
Composer Validate should handle semver checking, but you may wish to roll your own, to accommodate user configurable checks for these prefix/suffixes:
^1.2.3
~1.2.3
1.2.*
Of course, Composer Validate does much more, including composer.lock checks.
The text was updated successfully, but these errors were encountered:
Please add a test for
composer validate
If package.json exists, run
npm audit
Check that
roave/security-advisories: dev-master
is in composer.jsonIt should be the only package as dev-master, which can affect
composer validate
Composer Validate should handle semver checking, but you may wish to roll your own, to accommodate user configurable checks for these prefix/suffixes:
Of course, Composer Validate does much more, including composer.lock checks.
The text was updated successfully, but these errors were encountered: