From 0c4097dcbf71a4853e8ef5ab14602fac6ff2fb44 Mon Sep 17 00:00:00 2001 From: Dmitry Ivanov Date: Wed, 6 Mar 2024 22:15:09 +0200 Subject: [PATCH] Laravel 10 support --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index afd7319..c2f153d 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ [Buy me a coffee](https://buymeacoffee.com/dmitry.ivanov) -[![StyleCI](https://github.styleci.io/repos/61117768/shield?branch=master&style=flat)](https://github.styleci.io/repos/61117768?branch=master) -[![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) -[![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) +[![StyleCI](https://github.styleci.io/repos/61117768/shield?branch=10.x&style=flat)](https://github.styleci.io/repos/61117768?branch=10.x) +[![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) +[![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) ![Packagist Version](https://img.shields.io/packagist/v/illuminated/console-logger) ![Packagist Stars](https://img.shields.io/packagist/stars/illuminated/console-logger) @@ -58,7 +58,7 @@ Logging and Notifications for Laravel Console Commands. 1. Install the package via Composer: ```shell script - composer require illuminated/console-logger + composer require "illuminated/console-logger:^10.0" ``` 2. Use `Illuminated\Console\Loggable` trait: