From 0168712d381a59adfb2860a19e620fec202777fa Mon Sep 17 00:00:00 2001 From: Thomas <110615278+tdywd@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:33:39 +0200 Subject: [PATCH] feat (global) : updated composer.json for compatibility with Laravel 11 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 49ad54c..f0aea11 100644 --- a/composer.json +++ b/composer.json @@ -4,9 +4,9 @@ "type": "library", "license": "MIT", "require": { - "php": "^8.0", + "php": ">=8.0", "ext-json": "*", - "illuminate/support": "^9.0" + "illuminate/support": "^9.0|^10.0|^11.0" }, "require-dev": { "orchestra/testbench": "^7.0"