Skip to content

Commit 06b5da7

Browse files
authored
Merge pull request #291 from PHPCSStandards/feature/composer-add-security-link
Composer.json: add link to security policy
2 parents c67c182 + 801a181 commit 06b5da7

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
@@ -17,7 +17,8 @@
1717
],
1818
"support" : {
1919
"issues" : "https://github.com/PHPCSStandards/PHPCSExtra/issues",
20-
"source" : "https://github.com/PHPCSStandards/PHPCSExtra"
20+
"source" : "https://github.com/PHPCSStandards/PHPCSExtra",
21+
"security": "https://github.com/PHPCSStandards/PHPCSExtra/security/policy"
2122
},
2223
"require" : {
2324
"php" : ">=5.4",

0 commit comments

Comments
 (0)