From 6ba8d2fc751c02af8518af87af393ba0bd961fc6 Mon Sep 17 00:00:00 2001 From: a-komarev Date: Wed, 30 Aug 2017 23:41:33 +0300 Subject: [PATCH] Add Laravel 5.5 support --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 567bd632..2c00f903 100644 --- a/composer.json +++ b/composer.json @@ -27,13 +27,13 @@ ], "require": { "php": ">=5.6.4", - "illuminate/config": "5.4.*", - "illuminate/contracts": "5.4.*", - "illuminate/http": "5.4.*", - "illuminate/support": "5.4.*", - "illuminate/translation": "5.4.*", - "illuminate/validation": "5.4.*", - "illuminate/view": "5.4.*" + "illuminate/config": "5.4.*|5.5.*", + "illuminate/contracts": "5.4.*|5.5.*", + "illuminate/http": "5.4.*|5.5.*", + "illuminate/support": "5.4.*|5.5.*", + "illuminate/translation": "5.4.*|5.5.*", + "illuminate/validation": "5.4.*|5.5.*", + "illuminate/view": "5.4.*|5.5.*" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.3",