From 139e40d8667631926f26d04ecc8adf9317341ec6 Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Tue, 25 Jan 2022 13:47:19 +0500 Subject: [PATCH] Update composer.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Samuel Ć tancl --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index eea964b..add9090 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } }, "require": { - "illuminate/translation": "^9.0||^8.0||^6.0" + "illuminate/translation": "^6.0||^8.0||^9.0" }, "require-dev": { "orchestra/testbench": "^7.0||^6.0||^4.0",