From b607fa1da132008907f074434169ad115c20e455 Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Sun, 3 Mar 2024 10:33:39 +0100 Subject: [PATCH] Add support for Laravel 11 (#78) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1d7b56a..9542b5d 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "require": { "php": "^8.1", "ext-mbstring": "*", - "illuminate/validation": "~10" + "illuminate/validation": "^10|^11" }, "require-dev": { "phpunit/phpunit": "^10.0",