From f197ab2b033de6ae720539e130fe204c704f5703 Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 6 Apr 2022 11:42:46 +0300 Subject: [PATCH] feat(core): add glowy view package --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 0ffb3777..40d9607a 100755 --- a/composer.json +++ b/composer.json @@ -27,6 +27,7 @@ "glowy/session": "^3.0.0", "glowy/filesystem": "^3.0.0", "glowy/arrays": "^4.0.0", + "glowy/view": "^1.0.0", "glowy/registry": "^4.0.0", "glowy/strings": "^4.2.0", "glowy/macroable": "^3.1.0",