From 714883e953c80012b225ed5983256d1b1a1968ea Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 10 Nov 2018 00:52:20 +0300 Subject: [PATCH] Update: - doctrine/cache to 1.8.0 - flextype-components/i18n to 1.1.0 - flextype-components/token to 1.2.0 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 2fafcf21..34694558 100755 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ }, "require": { "php": ">=7.1.3", - "doctrine/cache": "1.7.1", + "doctrine/cache": "1.8.0", "symfony/yaml": "4.1.1", "thunderer/shortcode": "0.6.5", "flextype-components/arr" : "1.2.3", @@ -29,14 +29,14 @@ "flextype-components/errorhandler" : "1.0.4", "flextype-components/filesystem" : "1.1.1", "flextype-components/form" : "1.0.1", - "flextype-components/i18n" : "1.0.1", + "flextype-components/i18n" : "1.1.0", "flextype-components/http" : "1.1.1", "flextype-components/html" : "1.0.0", "flextype-components/number" : "1.0.0", "flextype-components/notification" : "1.0.1", "flextype-components/registry" : "1.1.0", "flextype-components/session" : "1.1.1", - "flextype-components/token" : "1.1.0", + "flextype-components/token" : "1.2.0", "flextype-components/view" : "1.1.1", "flextype-components/text" : "1.1.0" },