From 05ab2b8b65ae293766ba9fd50ee1051269c16c90 Mon Sep 17 00:00:00 2001 From: ARCANEDEV Date: Sun, 17 Mar 2024 21:37:46 +0000 Subject: [PATCH] Change PHP min version to 8.1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5c70c55..e734aea 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "type": "library", "license": "MIT", "require": { - "php": "^8.2", + "php": "^8.1", "ext-json": "*", "arcanedev/support": "^10.0", "psr/log": "^1.0|^2.0|^3.0"