sarfraznawaz2005/composer-confirm

Displays confirmation message when using install/update.

Installs: 20

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:composer-plugin

pkg:composer/sarfraznawaz2005/composer-confirm

1.0.1 2018-01-30 09:26 UTC

This package is auto-updated.

Last update: 2025-10-12 06:42:53 UTC


README

Total Downloads

composer-confirm

Displays confirmation message when using composer install/update commands.

Why ? I often swtich between PHP versions 5 and 7 and sometimes running composer update command messed things by incorrectly updating versions of some of the dependencies based on current PHP version I am working with.

Screenshot

Main Window

Install

You can install it globally by typing:

composer global require sarfraznawaz2005/composer-confirm

That's it. Now on any project when you type composer update or composer install, you will be asked if you want to proceed.

To remove it:

composer global remove sarfraznawaz2005/composer-confirm

FYI, you can skip any plugin when installing/updating by appending --no-plugins argument, example:

composer update --no-plugins

Thanks