From a7dec017b3c93c907192783b56a4918c2e6d485a Mon Sep 17 00:00:00 2001 From: Hari K T Date: Fri, 10 Feb 2017 22:31:45 +0530 Subject: [PATCH] update i18n to include aura/intl 3.0 for standalone usage. This looks missed due to root composer.json contains 3.0 https://github.com/cakephp/cakephp/blob/124477d942f5da922c07e355d2a1ab11fa26f054/composer.json#L26 --- src/I18n/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/I18n/composer.json b/src/I18n/composer.json index 879de83cbe8..5980b3708b3 100644 --- a/src/I18n/composer.json +++ b/src/I18n/composer.json @@ -19,7 +19,7 @@ "lib-ICU": ">=4.8", "ext-intl": "*", "cakephp/chronos": "*", - "aura/intl": "1.1.*" + "aura/intl": "^3.0.0" }, "suggest": { "cakephp/cache": "Require this if you want automatic caching of translators"