File tree Expand file tree Collapse file tree 4 files changed +370
-280
lines changed
tests/ConsoleLogger/Loggable/Notifications/EmailChannel Expand file tree Collapse file tree 4 files changed +370
-280
lines changed Original file line number Diff line number Diff line change 66
77install :
88 - composer update
9- - composer require satooshi /php-coveralls --dev
9+ - composer require php-coveralls /php-coveralls --dev
1010
1111script :
1212 - vendor/bin/phpunit --coverage-clover ./tests/logs/clover.xml
1313
1414after_script :
15- - php vendor/bin/coveralls -v
15+ - php vendor/bin/php- coveralls -v
Original file line number Diff line number Diff line change 1313
1414Provides 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 )
You can’t perform that action at this time.
0 commit comments