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
Requires
- php: >=7.4
- composer-plugin-api: ~2.0
Requires (Dev)
- composer/composer: ~2.1
- friendsofphp/php-cs-fixer: ~2.18
- phpunit/phpunit: ~9.5
- symfony/var-dumper: ~5.2
This package is not auto-updated.
Last update: 2024-11-09 19:40:05 UTC
README
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