From f52f4f43a5e01100f78b03fcf8a2a50ec71d3404 Mon Sep 17 00:00:00 2001 From: Kevin Krummnacker Date: Wed, 23 Aug 2017 11:19:32 +0200 Subject: [PATCH] Allow Laravel 5.5 --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index f0313298..232a549b 100644 --- a/composer.json +++ b/composer.json @@ -24,11 +24,11 @@ ], "require": { "php": ">=5.5.9", - "illuminate/console": "5.1.*|5.2.*|5.3.*|5.4.*", - "illuminate/database": "5.1.*|5.2.*|5.3.*|5.4.*", - "illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*", - "illuminate/filesystem": "5.1.*|5.2.*|5.3.*|5.4.*", - "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*" + "illuminate/console": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*", + "illuminate/database": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*", + "illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*", + "illuminate/filesystem": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*", + "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*" }, "require-dev": { "phpunit/phpunit": "4.*",