Skip to content

Commit b6b7982

Browse files
committed
Add roave/security-advisories package
Flags any packages with known security issues.
1 parent 490d02c commit b6b7982

File tree

2 files changed

+219
-5
lines changed

2 files changed

+219
-5
lines changed

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
"description": "A PHPCS sniff to detect problems with variables.",
44
"type": "phpcodesniffer-standard",
55
"license": "BSD",
6-
"require" : {
7-
"php" : ">=5.4.0",
8-
"squizlabs/php_codesniffer" : "^3.0.2"
9-
},
106
"authors": [
117
{
128
"name": "Payton Swick",
139
"email": "payton@foolord.com"
1410
}
15-
]
11+
],
12+
"require" : {
13+
"php" : ">=5.4.0",
14+
"squizlabs/php_codesniffer" : "^3.0.2",
15+
"roave/security-advisories": "dev-master"
16+
}
1617
}

composer.lock

Lines changed: 213 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)