Skip to content

Commit

Permalink
Composer.json: add link to security policy
Browse files Browse the repository at this point in the history
This is a new feature available since Composer 2.6.0, which was released a few weeks ago.

When this key is added, it will also show a link to the security policy on Packagist.

Includes adding other missing "support" keys.

Refs:
* https://github.com/composer/composer/releases/tag/2.6.0
* composer/composer#11271
* composer/packagist#1353
  • Loading branch information
jrfnl committed Nov 24, 2023
1 parent a247367 commit e5d38b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
"email": "[email protected]"
}
],
"support": {
"issues": "https://github.com/Yoast/yoast-test-helper/issues",
"source": "https://github.com/Yoast/yoast-test-helper",
"security": "https://yoast.com/security-program/"
},
"require": {
"php": "^7.2.5 || ^8.0"
},
Expand Down

0 comments on commit e5d38b7

Please sign in to comment.