From 975b57d6432cbc8a2e7f87050607e15be9c4240e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Iva=C5=9Fcu?= Date: Thu, 31 Aug 2017 16:21:00 +0300 Subject: [PATCH] Laravel 5.5 support --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index f23d0a6..b6210c0 100644 --- a/composer.json +++ b/composer.json @@ -14,13 +14,13 @@ ], "require": { "php": ">=5.5.9", - "illuminate/support": "5.4.*", + "illuminate/support": "5.4.*|5.5.*", "doctrine/dbal": "^2.5" }, "require-dev": { "phpunit/phpunit": "6.0.7", - "illuminate/database": "5.4.*", - "illuminate/events": "5.4.*" + "illuminate/database": "5.4.*|5.5.*", + "illuminate/events": "5.4.*|5.5.*" }, "autoload": { "psr-4": {