From f6d280ed682aac51a62bd82caabc37460aee699f Mon Sep 17 00:00:00 2001 From: webalchemist Date: Fri, 5 May 2023 15:37:43 +0100 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 53e7933..7a7648e 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "minimum-stability": "dev", "prefer-stable": true, "require": { - "php": "^7.4.3 || ^8.0 || ^8.1", + "php": "^7.4.3 || ^8.0 || ^8.1 || ^8.2", "ext-curl": "*", "codeigniter4/shield": "dev-develop" }, @@ -69,4 +69,4 @@ "issues": "https://github.com/datamweb/shield-oauth/issues", "docs": "https://github.com/datamweb/shield-oauth/blob/develop/docs/index.md" } -} \ No newline at end of file +}