diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Core/composer.json | 3 | ||||
-rw-r--r-- | src/I18n/composer.json | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/Core/composer.json b/src/Core/composer.json index a59fd08..ffd17ba 100644 --- a/src/Core/composer.json +++ b/src/Core/composer.json @@ -27,7 +27,8 @@ }, "suggest": { "cakephp/event": "To use PluginApplicationInterface or plugin applications.", - "cakephp/cache": "To use Configure::store() and restore()." + "cakephp/cache": "To use Configure::store() and restore().", + "league/container": "To use Container and ServiceProvider classes" }, "autoload": { "psr-4": { diff --git a/src/I18n/composer.json b/src/I18n/composer.json index 94976f0..8b75144 100644 --- a/src/I18n/composer.json +++ b/src/I18n/composer.json @@ -31,8 +31,7 @@ "php": ">=7.2.0", "ext-intl": "*", "cakephp/core": "^4.0", - "cakephp/chronos": "^2.0.0", - "aura/intl": "^3.0.0" + "cakephp/chronos": "^2.0.0" }, "suggest": { "cakephp/cache": "Require this if you want automatic caching of translators" |