From 4bed60130132725b70911896ecdd511f3eec8786 Mon Sep 17 00:00:00 2001 From: Scott Robinson Date: Sun, 20 Aug 2023 12:40:33 +0100 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 5fa6224..3549487 100644 --- a/composer.json +++ b/composer.json @@ -12,8 +12,8 @@ } ], "require": { - "illuminate/validation": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/translation": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0" + "illuminate/validation": ">=5.5 <=10", + "illuminate/translation": ">=5.5 <=10" }, "require-dev": { "phpunit/phpunit": "~5.7|^9.0"