From c2f5061490695d0c3fe990e29efa86e9686c6ed3 Mon Sep 17 00:00:00 2001 From: ARCANEDEV Date: Fri, 11 Sep 2015 19:36:51 +0100 Subject: [PATCH] Cleaning the dependencies --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 806af47..bc5c2f2 100644 --- a/composer.json +++ b/composer.json @@ -13,8 +13,7 @@ "require": { "php": ">=5.4.0", "illuminate/filesystem": "~5.0", - "illuminate/support": "~5.0", - "patchwork/utf8": "~1.1" + "illuminate/support": "~5.0" }, "require-dev": { "orchestra/testbench": "~3.0",