From 628987690e27645434273846d05651869a2ce181 Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Mon, 11 Nov 2024 08:24:40 +0100 Subject: [PATCH] Allow illuminate/translation 11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cd2d17a..0abbc03 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "require": { "php": "^8.1", "nesbot/carbon": "^2.0|^3.0", - "illuminate/translation": "^10.48" + "illuminate/translation": "^10|^11" }, "require-dev": { "phpunit/phpunit": "^10.0 || ^11.0",