File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Laravel Console Logger
2
2
3
- [ ![ StyleCI] ( https://styleci.io/repos/61117768/shield?branch=master &style=flat )] ( https://styleci.io/repos/61117768 )
4
- [ ![ Build Status] ( https://travis-ci.org/dmitry-ivanov/laravel-console-logger.svg?branch=master )] ( https://travis-ci.org/dmitry-ivanov/laravel-console-logger )
5
- [ ![ Coverage Status] ( https://coveralls.io/repos/github/dmitry-ivanov/laravel-console-logger/badge.svg?branch=master )] ( https://coveralls.io/github/dmitry-ivanov/laravel-console-logger?branch=master )
3
+ [ ![ StyleCI] ( https://styleci.io/repos/61117768/shield?branch=5.6 &style=flat )] ( https://styleci.io/repos/61117768 )
4
+ [ ![ Build Status] ( https://travis-ci.org/dmitry-ivanov/laravel-console-logger.svg?branch=5.6 )] ( https://travis-ci.org/dmitry-ivanov/laravel-console-logger )
5
+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/dmitry-ivanov/laravel-console-logger/badge.svg?branch=5.6 )] ( https://coveralls.io/github/dmitry-ivanov/laravel-console-logger?branch=5.6 )
6
6
7
7
[ ![ Latest Stable Version] ( https://poser.pugx.org/illuminated/console-logger/v/stable )] ( https://packagist.org/packages/illuminated/console-logger )
8
8
[ ![ Latest Unstable Version] ( https://poser.pugx.org/illuminated/console-logger/v/unstable )] ( https://packagist.org/packages/illuminated/console-logger )
@@ -42,7 +42,7 @@ Provides logging and notifications for Laravel console commands.
42
42
1 . Install package through ` composer ` :
43
43
44
44
``` shell
45
- composer require illuminated/console-logger
45
+ composer require " illuminated/console-logger:5.6.* "
46
46
```
47
47
48
48
2. Use ` Illuminated\C onsole\L oggable` trait:
You can’t perform that action at this time.
0 commit comments