From 1ba850c1f54e337ebde064436c8c59e9518f5ad1 Mon Sep 17 00:00:00 2001 From: Inoyatulloh Date: Mon, 20 May 2024 19:36:23 +0500 Subject: [PATCH] docs: update README to mention support for Laravel 11 and PHP 8.3 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6029c54..9ca9412 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@ An easy yet very flexible logger for the Laravel HTTP Client. -| Version | Laravel | PHP | -|---------|-------------|----------------| -| 1.* | 8.* \| 9.* | 7.4.* \| 8.0.* | -| 2.* | 9.* \| 10.* | 8.1.* \| 8.2.* | +| Version | Laravel | PHP | +|---------|---------------------|-------------------------| +| 1.* | 8.* \| 9.* | 7.4.* \| 8.0.* | +| 2.* | 9.* \| 10.* \| 11.* | 8.1.* \| 8.2.* \| 8.3.* | ## Installation