Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.42 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.42 KB

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.