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/ORM/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/ORM/composer.json')
-rw-r--r-- | src/ORM/composer.json | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/src/ORM/composer.json b/src/ORM/composer.json index 1432893..c0f2675 100644 --- a/src/ORM/composer.json +++ b/src/ORM/composer.json @@ -23,17 +23,18 @@ "source": "https://github.com/cakephp/orm" }, "require": { - "php": ">=5.6.0", - "cakephp/collection": "^3.6.0", - "cakephp/core": "^3.6.0", - "cakephp/datasource": "^3.6.0", - "cakephp/database": "^3.6.0", - "cakephp/event": "^3.6.0", - "cakephp/utility": "^3.6.0", - "cakephp/validation": "^3.6.0" + "php": ">=7.2.0", + "cakephp/collection": "^4.0", + "cakephp/core": "^4.0", + "cakephp/datasource": "^4.0", + "cakephp/database": "^4.0", + "cakephp/event": "^4.0", + "cakephp/utility": "^4.0", + "cakephp/validation": "^4.0" }, "suggest": { - "cakephp/i18n": "If you are using Translate / Timestamp Behavior." + "cakephp/cache": "If you decide to use Query caching.", + "cakephp/i18n": "If you are using Translate/TimestampBehavior or Chronos types." }, "autoload": { "psr-4": { |