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/Collection | |
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/Collection')
-rw-r--r-- | src/Collection/composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Collection/composer.json b/src/Collection/composer.json index 47a24c4..87c0566 100644 --- a/src/Collection/composer.json +++ b/src/Collection/composer.json @@ -23,7 +23,7 @@ "source": "https://github.com/cakephp/collection" }, "require": { - "php": ">=5.6.0" + "php": ">=7.2.0" }, "autoload": { "psr-4": { |