From a5193f28503c884189280401c3c09c5a2411560d Mon Sep 17 00:00:00 2001 From: Cameron Date: Sat, 29 Feb 2020 10:28:04 -0800 Subject: [PATCH] Added other third-party scripts. --- composer.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 17dade230..96dbb744f 100644 --- a/composer.json +++ b/composer.json @@ -21,6 +21,9 @@ }, "require": { "php": ">=5.6", - "hybridauth/hybridauth": "^3.1.1" - } + "hybridauth/hybridauth": "^3.1.1", + "ifsnop/mysqldump-php": "^2.8", + "tedivm/jshrink": "^1.3" + }, + "require-dev": {} }