From de471c099a710e6ae9d798d88bb7146097226adc Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 17 Feb 2019 22:23:44 +0300 Subject: [PATCH] - Flextype Core: Symfony Yaml updated to 4.2.3. - Flextype Core: Thunderer Shortcode updated to 0.7.1. - Flextype Core: Flextype Components Arr updated to 1.2.5 - Flextype Core: Flextype Components Number updated to 1.1.0 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index da9e27f3..c5ab7002 100755 --- a/composer.json +++ b/composer.json @@ -18,8 +18,8 @@ "require": { "php": ">=7.1.3", "doctrine/cache": "1.8.0", - "symfony/yaml": "4.2.2", - "thunderer/shortcode": "0.7.0", + "symfony/yaml": "4.2.3", + "thunderer/shortcode": "0.7.1", "flextype-components/arr" : "1.2.5", "flextype-components/assets" : "1.0.3", "flextype-components/cookie" : "1.2.0", @@ -32,7 +32,7 @@ "flextype-components/i18n" : "1.2.0", "flextype-components/http" : "1.1.1", "flextype-components/html" : "1.0.0", - "flextype-components/number" : "1.0.0", + "flextype-components/number" : "1.1.0", "flextype-components/notification" : "1.0.2", "flextype-components/registry" : "1.1.0", "flextype-components/session" : "1.1.1",