Skip to content

Commit 4f57002

Browse files
committed
Composer.json: add link to security policy
This is a new feature available since Composer 2.6.0, which was released a little while ago. When this key is added, it will also show a link to the security policy on Packagist. The security policy itself has been added to the organisation `.github` repository and can be accessed via the `security/policy` link on each repo. Refs: * https://github.com/composer/composer/releases/tag/2.6.0 * composer/composer#11271 * composer/packagist#1353
1 parent 1e22e89 commit 4f57002

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
@@ -15,7 +15,8 @@
1515
} ],
1616
"support" : {
1717
"issues" : "https://github.com/PHPCompatibility/PHPCompatibilitySymfony/issues",
18-
"source" : "https://github.com/PHPCompatibility/PHPCompatibilitySymfony"
18+
"source" : "https://github.com/PHPCompatibility/PHPCompatibilitySymfony",
19+
"security": "https://github.com/PHPCompatibility/PHPCompatibilitySymfony/security/policy"
1920
},
2021
"config": {
2122
"allow-plugins": {

0 commit comments

Comments
 (0)