From ec968a1ca23d81cf32b42b4a43cc03a05578b070 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Ba=C5=A1i=C4=87?= Date: Tue, 12 Apr 2016 14:10:21 +0200 Subject: [PATCH] Works with L4 maybe. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 9b95d3b..93ae1e4 100644 --- a/composer.json +++ b/composer.json @@ -19,8 +19,8 @@ } }, "require": { - "illuminate/support": "^5.1", - "illuminate/http": "^5.1" + "illuminate/support": "^5.1|^4.2", + "illuminate/http": "^5.1|^4.2" }, "require-dev": { "phpunit/phpunit": "^4.7"