Skip to content

Commit ee01998

Browse files
authored
Merge pull request #131 from PHPCSStandards/feature/composer-add-security-link
Composer.json: add link to security policy
2 parents d5c7615 + ce378bd commit ee01998

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
@@ -18,7 +18,8 @@
1818
],
1919
"support" : {
2020
"issues" : "https://github.com/PHPCSStandards/PHPCSDevTools/issues",
21-
"source" : "https://github.com/PHPCSStandards/PHPCSDevTools"
21+
"source" : "https://github.com/PHPCSStandards/PHPCSDevTools",
22+
"security": "https://github.com/PHPCSStandards/PHPCSDevTools/security/policy"
2223
},
2324
"require" : {
2425
"php" : ">=5.4",

0 commit comments

Comments
 (0)