Commit 85406b9 1 parent 21f1d12 commit 85406b9 Copy full SHA for 85406b9
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Laravel Console Mutex
2
2
3
- [ ![ StyleCI] ( https://styleci.io/repos/59570052/shield?branch=master &style=flat )] ( https://styleci.io/repos/59570052 )
4
- [ ![ Build Status] ( https://travis-ci.org/dmitry-ivanov/laravel-console-mutex.svg?branch=master )] ( https://travis-ci.org/dmitry-ivanov/laravel-console-mutex )
5
- [ ![ Coverage Status] ( https://coveralls.io/repos/github/dmitry-ivanov/laravel-console-mutex/badge.svg?branch=master )] ( https://coveralls.io/github/dmitry-ivanov/laravel-console-mutex?branch=master )
3
+ [ ![ StyleCI] ( https://styleci.io/repos/59570052/shield?branch=5.6 &style=flat )] ( https://styleci.io/repos/59570052 )
4
+ [ ![ Build Status] ( https://travis-ci.org/dmitry-ivanov/laravel-console-mutex.svg?branch=5.6 )] ( https://travis-ci.org/dmitry-ivanov/laravel-console-mutex )
5
+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/dmitry-ivanov/laravel-console-mutex/badge.svg?branch=5.6 )] ( https://coveralls.io/github/dmitry-ivanov/laravel-console-mutex?branch=5.6 )
6
6
7
7
[ ![ Latest Stable Version] ( https://poser.pugx.org/illuminated/console-mutex/v/stable )] ( https://packagist.org/packages/illuminated/console-mutex )
8
8
[ ![ Latest Unstable Version] ( https://poser.pugx.org/illuminated/console-mutex/v/unstable )] ( https://packagist.org/packages/illuminated/console-mutex )
@@ -39,7 +39,7 @@ Prevents overlapping for Laravel console commands.
39
39
1 . Install package through ` composer ` :
40
40
41
41
``` shell
42
- composer require illuminated/console-mutex
42
+ composer require " illuminated/console-mutex:5.6.* "
43
43
```
44
44
45
45
2. Use ` Illuminated\C onsole\W ithoutOverlapping` trait:
You can’t perform that action at this time.
0 commit comments