Skip to content

Commit 0b86f06

Browse files
Merge pull request #3883 from wp-cli/3842-require-roave-security-advisories
Require roave security advisories
2 parents f57f2c7 + cc50a00 commit 0b86f06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
},
3939
"require-dev": {
4040
"phpunit/phpunit": "3.7.*",
41-
"behat/behat": "2.5.*"
41+
"behat/behat": "2.5.*",
42+
"roave/security-advisories": "dev-master"
4243
},
4344
"suggest": {
4445
"psy/psysh": "Enhanced `wp shell` functionality"

0 commit comments

Comments
 (0)