PHPCSStandards / PHPCSExtra

A collection of code standards for use with PHP_CodeSniffer
GNU Lesser General Public License v3.0
91 stars 8 forks source link

Composer.json: add link to security policy #291

Closed jrfnl closed 11 months ago

jrfnl commented 11 months ago

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: