Skip to content

Commit a41dd25

Browse files
committed
Merge branch 'master' into 5.5
2 parents 6623df1 + 3f7c6c4 commit a41dd25

File tree

4 files changed

+370
-280
lines changed

4 files changed

+370
-280
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ php:
66

77
install:
88
- composer update
9-
- composer require satooshi/php-coveralls --dev
9+
- composer require php-coveralls/php-coveralls --dev
1010

1111
script:
1212
- vendor/bin/phpunit --coverage-clover ./tests/logs/clover.xml
1313

1414
after_script:
15-
- php vendor/bin/coveralls -v
15+
- 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
Provides logging and notifications for Laravel console commands.
1515

16+
| Laravel | Console Logger |
17+
| ------- | :-----------------------------------------------------------------------: |
18+
| 5.1.* | [5.1.*](https://github.com/dmitry-ivanov/laravel-console-logger/tree/5.1) |
19+
| 5.2.* | [5.2.*](https://github.com/dmitry-ivanov/laravel-console-logger/tree/5.2) |
20+
| 5.3.* | [5.3.*](https://github.com/dmitry-ivanov/laravel-console-logger/tree/5.3) |
21+
| 5.4.* | [5.4.*](https://github.com/dmitry-ivanov/laravel-console-logger/tree/5.4) |
22+
| 5.5.* | [5.5.*](https://github.com/dmitry-ivanov/laravel-console-logger/tree/5.5) |
23+
1624
## Table of contents
1725

1826
- [Usage](#usage)

0 commit comments

Comments
 (0)