From f944bc90b6ef517ed278ffd748c62368f1f7a89c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?th=C3=A9oo?= <90846584+theokbokki@users.noreply.github.com> Date: Mon, 29 Jul 2024 14:40:04 +0200 Subject: [PATCH] Update composer.json for Laravel 11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bb1648a..a15d1cf 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ ], "require": { "whitecube/php-prices": "^3.0", - "illuminate/support": "^8.0|^9.0|^10.0" + "illuminate/support": "^8.0|^9.0|^10.0|^11.0" }, "autoload": { "psr-4": {