From 21a549fe11608283d6ce304e5eaeaa103776214e Mon Sep 17 00:00:00 2001 From: Kresna Satya Date: Mon, 27 May 2024 13:38:05 +0800 Subject: [PATCH] add support for php 8.1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1146e0c..7bccd7b 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ] }, "require": { - "php": "^7.4", + "php": "^7.4|^8.1", "illuminate/contracts": "^8.0", "guzzlehttp/guzzle": "^7.8", "vlucas/phpdotenv": "^5.4",