From 995d85334f083b4d96d2317d12ecad94e2eb0a49 Mon Sep 17 00:00:00 2001 From: Franck Cassedanne Date: Fri, 14 Jun 2024 20:15:10 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e670c3..0292891 100644 --- a/README.md +++ b/README.md @@ -109,11 +109,11 @@ Installation Install the current major version using Composer with (recommended) ``` -$ composer require apix/log:1.2.* +composer require apix/log:1.3.* ``` Or install the latest stable version with ``` -$ composer require apix/log +composer require apix/log ``` License