File tree Expand file tree Collapse file tree 3 files changed +108
-100
lines changed Expand file tree Collapse file tree 3 files changed +108
-100
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ before_install:
12
12
13
13
install :
14
14
- composer update
15
- - composer require satooshi /php-coveralls --dev
15
+ - composer require php-coveralls /php-coveralls --dev
16
16
17
17
script :
18
18
- vendor/bin/phpunit --coverage-clover ./tests/logs/clover.xml
19
19
20
20
after_script :
21
- - php vendor/bin/coveralls -v
21
+ - php vendor/bin/php- coveralls -v
Original file line number Diff line number Diff line change 13
13
14
14
Prevents overlapping for Laravel console commands.
15
15
16
+ | Laravel | Console Mutex |
17
+ | ------- | :----------------------------------------------------------------------: |
18
+ | 5.1.* | [ 5.1.* ] ( https://github.com/dmitry-ivanov/laravel-console-mutex/tree/5.1 ) |
19
+ | 5.2.* | [ 5.2.* ] ( https://github.com/dmitry-ivanov/laravel-console-mutex/tree/5.2 ) |
20
+ | 5.3.* | [ 5.3.* ] ( https://github.com/dmitry-ivanov/laravel-console-mutex/tree/5.3 ) |
21
+ | 5.4.* | [ 5.4.* ] ( https://github.com/dmitry-ivanov/laravel-console-mutex/tree/5.4 ) |
22
+ | 5.5.* | [ 5.5.* ] ( https://github.com/dmitry-ivanov/laravel-console-mutex/tree/5.5 ) |
23
+
16
24
![ Example] ( doc/img/example.gif )
17
25
18
26
## Table of contents
You can’t perform that action at this time.
0 commit comments