composer-phppackagist

How to update tags in packagist?


I'm the owner of the package https://packagist.org/packages/lenny4/doctrine-merge-persistent-collection-bundle

When I look at the tag of my package I got this: enter image description here

Lenny4 and doctrine-merge-persistent-collection-bundle where can I add/remove/update these tags ?


Solution

  • The list of tags is taken from your composer.json, specifically from the list of keywords you've defined in there.

    Keep in mind that this is something different than a tag in your git repository. On creating one of these, you would create a new version of your package, which appears in the right sidebar on packagist.org, not in the description box on the left side.