From 7aec9da4ad9fdfb5b0ab8ffe70577d7f99149f50 Mon Sep 17 00:00:00 2001 From: someniatko Date: Tue, 20 Jun 2023 11:45:01 +0300 Subject: [PATCH] Mention that PHP 8.2 is supported in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4857221..561d8c7 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Unfortunately, there are several downsides of that library: ## Installation -This library requires PHP 7.4, 8.0 or 8.1. +This library requires PHP 7.4, 8.0, 8.1 or 8.2. You can install it via Composer: ```shell