Skip to content

Commit 0c4097d

Browse files
committed
Laravel 10 support
1 parent bd06660 commit 0c4097d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
[<img src="https://user-images.githubusercontent.com/1286821/181085373-12eee197-187a-4438-90fe-571ac6d68900.png" alt="Buy me a coffee" width="200" />](https://buymeacoffee.com/dmitry.ivanov)
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/actions/workflow/status/dmitry-ivanov/laravel-console-logger/tests.yml?branch=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/tree/master)
7+
[![StyleCI](https://github.styleci.io/repos/61117768/shield?branch=10.x&style=flat)](https://github.styleci.io/repos/61117768?branch=10.x)
8+
[![Build Status](https://img.shields.io/github/actions/workflow/status/dmitry-ivanov/laravel-console-logger/tests.yml?branch=10.x)](https://github.com/dmitry-ivanov/laravel-console-logger/actions?query=workflow%3Atests+branch%3A10.x)
9+
[![Coverage Status](https://img.shields.io/codecov/c/github/dmitry-ivanov/laravel-console-logger/10.x)](https://app.codecov.io/gh/dmitry-ivanov/laravel-console-logger/tree/10.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)
@@ -58,7 +58,7 @@ Logging and Notifications for Laravel Console Commands.
5858
1. Install the package via Composer:
5959

6060
```shell script
61-
composer require illuminated/console-logger
61+
composer require "illuminated/console-logger:^10.0"
6262
```
6363

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

0 commit comments

Comments
 (0)