Skip to content

Commit e554a7f

Browse files
committed
Laravel 12 support
1 parent 6bc892b commit e554a7f

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/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=12.x&style=flat)](https://github.styleci.io/repos/61117768?branch=12.x)
8+
[![Build Status](https://img.shields.io/github/actions/workflow/status/dmitry-ivanov/laravel-console-logger/tests.yml?branch=12.x)](https://github.com/dmitry-ivanov/laravel-console-logger/actions?query=workflow%3Atests+branch%3A12.x)
9+
[![Coverage Status](https://img.shields.io/codecov/c/github/dmitry-ivanov/laravel-console-logger/12.x)](https://app.codecov.io/gh/dmitry-ivanov/laravel-console-logger/tree/12.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)
@@ -59,7 +59,7 @@ Logging and Notifications for Laravel Console Commands.
5959
1. Install the package via Composer:
6060

6161
```shell script
62-
composer require illuminated/console-logger
62+
composer require "illuminated/console-logger:^12.0"
6363
```
6464

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

0 commit comments

Comments
 (0)