Skip to content

Displays confirmation message when using composer install/update commands.

Notifications You must be signed in to change notification settings

sarfraznawaz2005/composer-confirm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Displays confirmation message when using composer install/update commands.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages