diff options
Diffstat (limited to 'src/Validation')
-rw-r--r-- | src/Validation/composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
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" |