From 7284eaffd9943f6b6941f86fc8bc3a70339f523d Mon Sep 17 00:00:00 2001 From: ssnukala Date: Sat, 12 Feb 2022 11:42:05 -0600 Subject: [PATCH] Update composer.json Resolves issue #1195 by adding last stable version 1.6.0 of RocketTheme. --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 0b4a6edb3..1ff4d9d37 100755 --- a/composer.json +++ b/composer.json @@ -27,6 +27,7 @@ "php": "^7.3 | ^8.0", "ext-gd": "*", "composer/installers": "^1.4.0", + "rockettheme/toolbox": "1.6.0", "userfrosting/framework": "^4.6", "symfony/console": "^5.1", "wikimedia/composer-merge-plugin": "^2.1.0"