summaryrefslogtreecommitdiffstats
path: root/src/Validation/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/Validation/composer.json')
-rw-r--r--src/Validation/composer.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Validation/composer.json b/src/Validation/composer.json
index e4de56a..eceaafd 100644
--- a/src/Validation/composer.json
+++ b/src/Validation/composer.json
@@ -22,9 +22,9 @@
"source": "https://github.com/cakephp/validation"
},
"require": {
- "php": ">=5.6.0",
- "cakephp/core": "^3.6.0",
- "cakephp/utility": "^3.6.0",
+ "php": ">=7.2.0",
+ "cakephp/core": "^4.0",
+ "cakephp/utility": "^4.0",
"psr/http-message": "^1.0.0"
},
"suggest": {