From 35ef35924fc63f95cc1ebccb89c27588f4cc28c4 Mon Sep 17 00:00:00 2001 From: Remzi Kocak Date: Sun, 10 Mar 2024 14:29:49 +0300 Subject: [PATCH] Add Laravel 11 Support --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 3105b0a..fc1587b 100644 --- a/composer.json +++ b/composer.json @@ -18,8 +18,8 @@ "prefer-stable": true, "require": { "php": "^8.2", - "illuminate/translation": "^10", - "illuminate/support": "^10", + "illuminate/translation": "^10.0|^11.0", + "illuminate/support": "^10.0|^11.0", "guzzlehttp/guzzle": "^7.2" }, "require-dev": { @@ -77,4 +77,4 @@ "@php vendor/bin/pest" ] } -} \ No newline at end of file +}