From 35c0db44153705b44b831914c1272462098c69eb Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 10 Aug 2021 11:09:08 +0300 Subject: [PATCH] feat(composer): improve flextype structure --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 068c08ce..da9048e5 100755 --- a/composer.json +++ b/composer.json @@ -72,8 +72,8 @@ "src/flextype" ], "files": [ - "src/flextype/helpers.php", - "src/flextype/macros.php" + "src/flextype/helpers/helpers.php", + "src/flextype/macros/macros.php" ] }, "require-dev": {