Skip to content

Commit e579087

Browse files
committed
Laravel 9 support
1 parent 669e557 commit e579087

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
[<img src="https://user-images.githubusercontent.com/1286821/43083932-4915853a-8ea0-11e8-8983-db9e0f04e772.png" alt="Become a Patron" width="160" />](https://patreon.com/dmitryivanov)
66

7-
[![StyleCI](https://github.styleci.io/repos/61117768/shield?branch=master&style=flat)](https://github.styleci.io/repos/61117768?branch=master)
8-
[![Build Status](https://img.shields.io/github/workflow/status/dmitry-ivanov/laravel-console-logger/tests/master)](https://github.com/dmitry-ivanov/laravel-console-logger/actions?query=workflow%3Atests+branch%3Amaster)
9-
[![Coverage Status](https://img.shields.io/codecov/c/github/dmitry-ivanov/laravel-console-logger/master)](https://app.codecov.io/gh/dmitry-ivanov/laravel-console-logger/branch/master)
7+
[![StyleCI](https://github.styleci.io/repos/61117768/shield?branch=9.x&style=flat)](https://github.styleci.io/repos/61117768?branch=9.x)
8+
[![Build Status](https://img.shields.io/github/workflow/status/dmitry-ivanov/laravel-console-logger/tests/9.x)](https://github.com/dmitry-ivanov/laravel-console-logger/actions?query=workflow%3Atests+branch%3A9.x)
9+
[![Coverage Status](https://img.shields.io/codecov/c/github/dmitry-ivanov/laravel-console-logger/9.x)](https://app.codecov.io/gh/dmitry-ivanov/laravel-console-logger/branch/9.x)
1010

1111
![Packagist Version](https://img.shields.io/packagist/v/illuminated/console-logger)
1212
![Packagist Stars](https://img.shields.io/packagist/stars/illuminated/console-logger)
@@ -56,7 +56,7 @@ Logging and Notifications for Laravel Console Commands.
5656
1. Install the package via Composer:
5757

5858
```shell script
59-
composer require illuminated/console-logger
59+
composer require "illuminated/console-logger:^9.0"
6060
```
6161

6262
2. Use `Illuminated\Console\Loggable` trait:

0 commit comments

Comments
 (0)