From cd1ebffe60ca2a32f5276d495a575b544975c5fd Mon Sep 17 00:00:00 2001 From: Abdelrahman Omran Date: Thu, 29 Jun 2017 09:16:04 +0200 Subject: [PATCH 1/2] Support Laravel 5.5 --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index a224daa..a44df89 100644 --- a/composer.json +++ b/composer.json @@ -11,11 +11,11 @@ "license" : "MIT", "require": { "php" : ">=5.4.0", - "illuminate/support" : "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*", - "illuminate/routing": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*", - "illuminate/console": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*", - "illuminate/config": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*", - "illuminate/filesystem": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*" + "illuminate/support" : "~5.5.0", + "illuminate/routing": "~5.5.0", + "illuminate/console": "~5.5.0", + "illuminate/config": "~5.5.0", + "illuminate/filesystem": "~5.5.0" }, "require-dev" : { "phpunit/phpunit" : "~4.0", From cf1ed4782e00ff328cf6084957cf333cf67bc5bd Mon Sep 17 00:00:00 2001 From: Abdelrahman Omran Date: Thu, 29 Jun 2017 09:21:35 +0200 Subject: [PATCH 2/2] Support Laravel 5.5 --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index a44df89..08b90d6 100644 --- a/composer.json +++ b/composer.json @@ -11,11 +11,11 @@ "license" : "MIT", "require": { "php" : ">=5.4.0", - "illuminate/support" : "~5.5.0", - "illuminate/routing": "~5.5.0", - "illuminate/console": "~5.5.0", - "illuminate/config": "~5.5.0", - "illuminate/filesystem": "~5.5.0" + "illuminate/support" : "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*", + "illuminate/routing": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*", + "illuminate/console": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*", + "illuminate/config": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*", + "illuminate/filesystem": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*" }, "require-dev" : { "phpunit/phpunit" : "~4.0",