kisphp/composer-no-update

Kisphp composer no update plugin

Installs: 64

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Type:composer-plugin

2.0.1 2021-10-05 20:49 UTC

This package is not auto-updated.

Last update: 2024-05-11 17:17:42 UTC


README

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