From 53c1fe30aee2eb9182eaf52ab39c6f901b205f52 Mon Sep 17 00:00:00 2001 From: stefan Date: Mon, 27 Feb 2023 12:19:01 +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 227fe19..5fa6224 100644 --- a/composer.json +++ b/composer.json @@ -12,8 +12,8 @@ } ], "require": { - "illuminate/validation": "^5.5|^6.0|^7.0|^8.0|^9.0", - "illuminate/translation": "^5.5|^6.0|^7.0|^8.0|^9.0" + "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" }, "require-dev": { "phpunit/phpunit": "~5.7|^9.0"