Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Prevent publishing composer package?

Tags:

composer-php

npm has a private option to prevent [accidental] publishing, does composer have a similar option?

like image 443
mpen Avatar asked Apr 29 '26 06:04

mpen


1 Answers

No, since you can't publish something accidentally. You have to browse to packagist.org, log in, create a new package, including a link to the github repository and save the package.

like image 101
Wouter J Avatar answered Apr 30 '26 21:04

Wouter J