From 99f8c989833f47a9f17d7c4d3b23e0c9ba6e7bce Mon Sep 17 00:00:00 2001 From: Antonio Dal Sie Date: Thu, 26 Jan 2017 00:00:06 +0100 Subject: [PATCH] Update to 5.4 --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index abc7813..961c008 100644 --- a/composer.json +++ b/composer.json @@ -11,12 +11,12 @@ "license": "MIT", "require": { "php": ">=5.5.9", - "illuminate/contracts": "5.0.*|5.1.*|5.2.*|5.3.*", - "illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*", - "illuminate/console": "5.0.*|5.1.*|5.2.*|5.3.*", - "illuminate/http": "5.0.*|5.1.*|5.2.*|5.3.*", - "illuminate/view": "5.0.*|5.1.*|5.2.*|5.3.*", - "symfony/process": "3.1.*" + "illuminate/contracts": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*", + "illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*", + "illuminate/console": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*", + "illuminate/http": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*", + "illuminate/view": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*", + "symfony/process": "^2.6|^3.1.0" }, "require-dev": { "phpunit/phpunit": "~4.8|~5.0",