Created
February 19, 2013 15:55
-
-
Save Seldaek/4987104 to your computer and use it in GitHub Desktop.
security checker integration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// ... | |
"scripts": { | |
"post-update-cmd": [ | |
"checker security:check composer.lock" | |
] | |
} | |
} |
@Seldaek ^^
also I think
bin/security-checker security:check
without argument checks the project's top composer.lock so it can be left out
"SensioLabs\\Security\\SecurityChecker::check('.')",
? oh nevermind it is not static, hmm anyways, keep it simple
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
more accurately is:
I even wonder if we can just call the class like