From 60a38f1de816f87111811fc9f3a4885e6f54632f Mon Sep 17 00:00:00 2001 From: stefan Date: Mon, 21 Feb 2022 23:26:52 +0100 Subject: [PATCH] Laravel 9 Compatibility --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 702c71c..227fe19 100644 --- a/composer.json +++ b/composer.json @@ -12,8 +12,8 @@ } ], "require": { - "illuminate/validation": "^5.5|^6.0|^7.0|^8.0", - "illuminate/translation": "^5.5|^6.0|^7.0|^8.0" + "illuminate/validation": "^5.5|^6.0|^7.0|^8.0|^9.0", + "illuminate/translation": "^5.5|^6.0|^7.0|^8.0|^9.0" }, "require-dev": { "phpunit/phpunit": "~5.7|^9.0"