Skip to content

Commit

Permalink
Merge pull request #131 from PHPCSStandards/feature/composer-add-secu…
Browse files Browse the repository at this point in the history
…rity-link

Composer.json: add link to security policy
  • Loading branch information
jrfnl authored Nov 23, 2023
2 parents d5c7615 + ce378bd commit ee01998
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
],
"support" : {
"issues" : "https://github.com/PHPCSStandards/PHPCSDevTools/issues",
"source" : "https://github.com/PHPCSStandards/PHPCSDevTools"
"source" : "https://github.com/PHPCSStandards/PHPCSDevTools",
"security": "https://github.com/PHPCSStandards/PHPCSDevTools/security/policy"
},
"require" : {
"php" : ">=5.4",
Expand Down

0 comments on commit ee01998

Please sign in to comment.