Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
July 12, 2022 07:15 pm GMT

Disabling installation notifications for Packagist

If you use workflow to run tests along with installing dependencies via composer, you may find it useful to disable sending install statistics to Packagist.

Just add this line of code to the beginning of the script.

composer config notify-on-install false

As it says in the composer documentation:

notify-on-install: This allows composer to send notification to a URL whenever a package is installed. This by default is true.


Original Link: https://dev.to/dobron/disabling-installation-notifications-for-packagist-130

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To