From 370a4a17a73420402eeffa057301e7eb82c6d33a Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 17 Mar 2018 14:39:16 +0300 Subject: [PATCH] Add boot/events and boot/shortcodes --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d1ac8eed..8a0d02ad 100755 --- a/composer.json +++ b/composer.json @@ -35,7 +35,9 @@ "rawilum" ], "files": [ - "rawilum/boot/defines.php" + "rawilum/boot/defines.php", + "rawilum/boot/shortcodes.php", + "rawilum/boot/events.php" ] } }