From ec8f5e2a171a4c027da5c984423622bd05bb93f9 Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 22 Mar 2018 23:40:37 +0300 Subject: [PATCH] Implement Thunderer Shortcode Framework #7 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7b8bc640..e3062a17 100755 --- a/composer.json +++ b/composer.json @@ -23,6 +23,7 @@ "symfony/yaml": "4.0.4", "symfony/filesystem": "4.0.4", "symfony/finder": "4.0.4", + "thunderer/shortcode": "0.6.5", "force/session" : "*", "force/arr" : "*", "force/http" : "*", @@ -36,7 +37,6 @@ ], "files": [ "flextype/boot/defines.php", - "flextype/boot/shortcodes.php", "flextype/boot/events.php" ] }