From 59caaa84e3f0096428ea5f8b251e84c66b38cafb Mon Sep 17 00:00:00 2001 From: Victor Ratts Date: Sun, 12 May 2024 03:00:01 -0300 Subject: [PATCH] Fix Error Laravel 11.x Adding support to the latest versions of the illuminate/support package to fix the dependency conflict error. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 32afd85..a953024 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "require": { "php": ">=7.1.0", "ext-trader": "*", - "illuminate/support": "^5.5|^6.0|^7.0|^8.0" + "illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" }, "require-dev": { "orchestra/testbench": "3.5.*|4.*|5.*|6.*",