PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, November 10, 2022

[FIXED] How to update tags in packagist?

 November 10, 2022     composer-php, packagist     No comments   

Issue

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.



Answered By - Nico Haase
Answer Checked By - David Marino (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing