From 017cac67f565fc20369af6d69213d282d95ad1d7 Mon Sep 17 00:00:00 2001 From: Michael Babker Date: Sun, 8 Jan 2017 20:39:06 -0600 Subject: [PATCH] Remove unused dependency --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f408cb5..7069a10 100644 --- a/composer.json +++ b/composer.json @@ -9,8 +9,7 @@ "php": "^5.3.10|~7.0", "joomla/registry": "~1.0", "joomla/uri": "~1.0", - "joomla/oauth2": "~1.1", - "joomla/filesystem": "~1.0" + "joomla/oauth2": "~1.1" }, "require-dev": { "joomla/input": "~1.0",