From d0cd10dc1b996cd4d0e4f38ee7bb772a9d169585 Mon Sep 17 00:00:00 2001 From: Panayotis Kouvarakis Date: Mon, 23 Feb 2026 21:59:43 +0200 Subject: [PATCH] Mark library compatible with PHP 8.2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 240c757..7cf03a7 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ ], "version": "1.0.0", "require": { - "php": "^7.4 || ^8.0", + "php": "^7.4 || ^8.0 || ^8.1 || ^8.2", "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*",