From 6cfc55a8bec9267cafc2aac1be76624312efbbfe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 6 Jan 2021 14:45:58 +0100 Subject: update to 3.9.5 --- src/Validation/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Validation/composer.json') diff --git a/src/Validation/composer.json b/src/Validation/composer.json index e4de56a..db585a3 100644 --- a/src/Validation/composer.json +++ b/src/Validation/composer.json @@ -22,7 +22,7 @@ "source": "https://github.com/cakephp/validation" }, "require": { - "php": ">=5.6.0", + "php": ">=5.6.0,<8.0.0", "cakephp/core": "^3.6.0", "cakephp/utility": "^3.6.0", "psr/http-message": "^1.0.0" -- cgit