diff options
author | Remi Collet <remi@remirepo.net> | 2019-12-16 12:04:40 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-12-16 12:04:40 +0100 |
commit | a0a57f9df7a9f23a5109ef9398f180e433f7f8de (patch) | |
tree | 012b8c4e0a739c0d51167302a81634dde2ce2eb1 /src/Utility/composer.json | |
parent | 2359afb9657dd3897a2a6f6eef2bd28df0d2ffd0 (diff) |
- update to 4.0.0
- raise dependency on PHP 7.2
- use Chronos 2.0.1
- add Chronos, Console and Filesystem
Diffstat (limited to 'src/Utility/composer.json')
-rw-r--r-- | src/Utility/composer.json | 4 |
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()", |