Skip to content

Commit 028f7b7

Browse files
authored
Merge pull request #521 from PHPCSStandards/feature/composer-add-security-link
Composer.json: add link to security policy
2 parents bbb8994 + 19c782b commit 028f7b7

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
@@ -19,7 +19,8 @@
1919
"support" : {
2020
"issues" : "https://github.com/PHPCSStandards/PHPCSUtils/issues",
2121
"source" : "https://github.com/PHPCSStandards/PHPCSUtils",
22-
"docs" : "https://phpcsutils.com/"
22+
"docs" : "https://phpcsutils.com/",
23+
"security": "https://github.com/PHPCSStandards/PHPCSUtils/security/policy"
2324
},
2425
"require" : {
2526
"php" : ">=5.4",

0 commit comments

Comments
 (0)