From 805f42e9206b1365cfc6e9efa6e928e9bda2621d Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 1 Feb 2019 17:01:55 +0300 Subject: [PATCH] Flextype Core: Using new Flextype Filesystem Component 2.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 354deae7..174cc9cd 100755 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "flextype-components/debug" : "1.0.0", "flextype-components/event" : "1.0.4", "flextype-components/errorhandler" : "1.0.5", - "flextype-components/filesystem" : "2.0.0", + "flextype-components/filesystem" : "2.0.1", "flextype-components/form" : "1.0.2", "flextype-components/i18n" : "1.2.0", "flextype-components/http" : "1.1.1",