From a31636f112592b5452371178c25753c8eec77154 Mon Sep 17 00:00:00 2001 From: kriss <462679766@qq.com> Date: Fri, 21 Oct 2022 14:08:25 +0800 Subject: [PATCH] feature: 7.2 support fix: #3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 16c6b7f..ba0c6dc 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ }, "require": { "php": ">=7.2", - "illuminate/validation": ">=8" + "illuminate/validation": ">=5.8" }, "require-dev": { "illuminate/database": "^8.83",