Skip to content

A Composer plugin that prevents more than one install or update operation at a time.

License

Notifications You must be signed in to change notification settings

erickskrauch/composer-exclusive-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Composer Exclusive Install

A Composer plugin that prevents more than one install or update operation at a time. The lock isn't global, but project-based and located in the vendor folder. After the command is completed, the lock is released even if it wasn't completed normally.

Warning: the plugin will not work in different docker containers with shared vendor location! If you have any ideas on how to implement this, please describe your idea in the issue.

Latest Version on Packagist Total Downloads Software License

Installation

The plugin should be installed globally.

composer global require erickskrauch/composer-exclusive-install

License

The MIT License (MIT). Please see License File for more information.

About

A Composer plugin that prevents more than one install or update operation at a time.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages