From a9e0b5ab3855329e1683cd5715c31c401f0cdaa5 Mon Sep 17 00:00:00 2001 From: Omar Faruk Date: Sun, 18 Feb 2024 12:30:14 +0600 Subject: [PATCH] Update php version to 8.1 in composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9b9afe46..dbb6e6c5 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^8.0", + "php": "^8.1", "dragonmantank/cron-expression": "^3.3.1", "guzzlehttp/guzzle": "^6.5|^7.4.5|^7.2", "illuminate/console": "^8.75|^9.0|^10.0|^11.0",