summaryrefslogtreecommitdiffstats
path: root/src/Validation
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-06-09 07:43:51 +0200
committerRemi Collet <remi@php.net>2022-06-09 07:43:51 +0200
commitafd0c3a8968ff108b49c6f692c3839f0a93c071c (patch)
treef7bc53bb8b8173bb88e56121cd8f29ea080ef000 /src/Validation
parenta3278ca84e77b58e870669cc3d61348d5a565837 (diff)
update to 4.4.0
raise dependency on PHP 7.4
Diffstat (limited to 'src/Validation')
-rw-r--r--src/Validation/composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Validation/composer.json b/src/Validation/composer.json
index eceaafd..a8998a9 100644
--- a/src/Validation/composer.json
+++ b/src/Validation/composer.json
@@ -22,7 +22,7 @@
"source": "https://github.com/cakephp/validation"
},
"require": {
- "php": ">=7.2.0",
+ "php": ">=7.4.0",
"cakephp/core": "^4.0",
"cakephp/utility": "^4.0",
"psr/http-message": "^1.0.0"