summaryrefslogtreecommitdiffstats
path: root/src/Utility/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/Utility/composer.json')
-rw-r--r--src/Utility/composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Utility/composer.json b/src/Utility/composer.json
index 4c5c8f1..fccb2f8 100644
--- a/src/Utility/composer.json
+++ b/src/Utility/composer.json
@@ -25,8 +25,8 @@
"source": "https://github.com/cakephp/utility"
},
"require": {
- "php": ">=5.6.0",
- "cakephp/core": "^3.6.0"
+ "php": ">=7.2.0",
+ "cakephp/core": "^4.0"
},
"suggest": {
"ext-intl": "To use Text::transliterate() or Text::slug()",