andydune / task-lock
Usefull for control tasks to avoid parallel job. It support MongoDB or files.
v1.5.1
2019-07-30 06:17 UTC
Requires
- php: ^7.1
- andydune/conditional-execution: ^1
Requires (Dev)
- mongodb/mongodb: ^1.1
- phpunit/phpunit: ^5.7.15 || ^6.0.8
README
It is usefull for control tasks to avoid parallel job. It support MongoDB or files.
Installation
Installation using composer:
composer require andydune/task-lock
Or if composer didn't install globally:
php composer.phar require andydune/task-lock
Or edit your composer.json
:
"require" : {
"andydune/task-lock": "^1"
}
And execute command:
php composer.phar update
Use it command if you don not need dev code:
php composer.phar update --no-dev