From b1c897bc3fa706c32655dd33bbf27caac790f414 Mon Sep 17 00:00:00 2001 From: Kenneth Date: Wed, 16 Mar 2016 23:24:52 -0500 Subject: [PATCH] Laravel 5 Fixes --- composer.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/composer.json b/composer.json index 2b6e9bb..4e8088f 100644 --- a/composer.json +++ b/composer.json @@ -17,11 +17,6 @@ "require": { "php": ">=5.4.0", "anahkiasen/underscore-php": "~1.3", - "illuminate/cache": "~4.2", - "illuminate/config": "~4.2", - "illuminate/container": "~4.2", - "illuminate/http": "~4.2", - "illuminate/support": "~4.2", "opauth/flickr": "~1.1", "themattharris/tmhoauth": "0.8.*" },