From 3f53605c0db956dc7cc35f1fd6ee1a7abc4e9c9c Mon Sep 17 00:00:00 2001 From: Scott Euser Date: Sat, 15 Nov 2025 07:06:54 +0000 Subject: [PATCH] Allow php 8.2+ --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f7f552d..df47832 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ } ], "require": { - "php": "^8.3", + "php": "^8.2", "saloonphp/saloon": "^3.6" }, "autoload": {