File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 22
33[ ![ SensioLabsInsight] ( https://insight.sensiolabs.com/projects/b6404099-b40b-4c59-8e71-5140a390f018/big.png )] ( https://insight.sensiolabs.com/projects/b6404099-b40b-4c59-8e71-5140a390f018 )
44
5- [ ![ StyleCI] ( https://styleci.io/repos/61117768/shield?branch=master &style=flat )] ( https://styleci.io/repos/61117768 )
6- [ ![ Build Status] ( https://travis-ci.org/dmitry-ivanov/laravel-console-logger.svg?branch=master )] ( https://travis-ci.org/dmitry-ivanov/laravel-console-logger )
7- [ ![ 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 )
5+ [ ![ StyleCI] ( https://styleci.io/repos/61117768/shield?branch=5.1 &style=flat )] ( https://styleci.io/repos/61117768 )
6+ [ ![ Build Status] ( https://travis-ci.org/dmitry-ivanov/laravel-console-logger.svg?branch=5.1 )] ( https://travis-ci.org/dmitry-ivanov/laravel-console-logger )
7+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/dmitry-ivanov/laravel-console-logger/badge.svg?branch=5.1 )] ( https://coveralls.io/github/dmitry-ivanov/laravel-console-logger?branch=5.1 )
88
99[ ![ Latest Stable Version] ( https://poser.pugx.org/illuminated/console-logger/v/stable )] ( https://packagist.org/packages/illuminated/console-logger )
1010[ ![ Latest Unstable Version] ( https://poser.pugx.org/illuminated/console-logger/v/unstable )] ( https://packagist.org/packages/illuminated/console-logger )
@@ -32,17 +32,12 @@ Provides logging and notifications for Laravel console commands.
3232 - [ Trait included, but nothing happens?] ( #trait-included-but-nothing-happens )
3333 - [ Several traits conflict?] ( #several-traits-conflict )
3434
35- ## Requirements
36-
37- - ` PHP >=5.5.9 `
38- - ` Laravel >=5.1 `
39-
4035## Usage
4136
42371 . Install package through ` composer ` :
4338
4439 ``` shell
45- composer require illuminated/console-logger
40+ composer require " illuminated/console-logger:5.1.* "
4641 ```
4742
48432. Use ` Illuminated\C onsole\L oggable` trait:
You can’t perform that action at this time.
0 commit comments