Skip to content

Commit 7be8bd6

Browse files
committed
Merge branch 'master' into 5.5
2 parents 11701d1 + b677df9 commit 7be8bd6

File tree

3 files changed

+108
-100
lines changed

3 files changed

+108
-100
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ before_install:
1212

1313
install:
1414
- composer update
15-
- composer require satooshi/php-coveralls --dev
15+
- composer require php-coveralls/php-coveralls --dev
1616

1717
script:
1818
- vendor/bin/phpunit --coverage-clover ./tests/logs/clover.xml
1919

2020
after_script:
21-
- php vendor/bin/coveralls -v
21+
- php vendor/bin/php-coveralls -v

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@
1313

1414
Prevents overlapping for Laravel console commands.
1515

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+
1624
![Example](doc/img/example.gif)
1725

1826
## Table of contents

0 commit comments

Comments
 (0)