Skip to content

Do not allow to run composer update without parameters

License

Notifications You must be signed in to change notification settings

kisphp/composer-no-update

Repository files navigation

Composer no update

Build Status

Latest Stable Version Total Downloads License Monthly Downloads

This repository will prevent to run composer update without parameters. You should always run composer update {repository} to update only specific repositories that you use in your application.

If you know what you are doing and still want to run the update without any parameters, then you have two ways to do it:

COMPOSER_UPDATE_FORCE=1 composer update

or

composer update --no-plugins

# this option will disable all composer plugin

About

Do not allow to run composer update without parameters

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages