From 994ccddf639687b35ca95f480eb61c3e1778b789 Mon Sep 17 00:00:00 2001 From: Chris Bautista Date: Sun, 28 May 2017 00:05:16 +0800 Subject: [PATCH] Update composer dependencies --- composer.json | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index 3c6622021..c50979582 100644 --- a/composer.json +++ b/composer.json @@ -21,22 +21,12 @@ } ], "require": { - "php": ">=5.5.9", - "illuminate/auth": "~5.0", - "illuminate/contracts": "~5.0", - "illuminate/http": "~5.0", - "illuminate/support": "~5.0", - "nesbot/carbon": "^1.0", - "illuminate/database": "~5.0", + "php": ">=5.6.4", + "illuminate/support": "^5.3.0", + "illuminate/database": "^5.3.0", "ellipsesynergie/api-response": "*" }, "require-dev": { - "cartalyst/sentinel": "2.0.*", - "illuminate/console": "~5.0", - "illuminate/database": "~5.0", - "illuminate/routing": "~5.0", - "mockery/mockery": "0.9.*", - "october/rain": "dev-stable", "phpunit/phpunit": "^4.0 || ^5.0" }, "autoload": {