From b015dda871be5c45ebfa7b6b3d2a804363060fc1 Mon Sep 17 00:00:00 2001 From: Rob Gloudemans Date: Thu, 12 May 2016 10:21:05 +0200 Subject: [PATCH] Fix composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index d83c93c..b2dc717 100644 --- a/composer.json +++ b/composer.json @@ -10,9 +10,9 @@ } ], "require": { - "illuminate/support": "5.2.*", - "illuminate/session": "^5.2.*", - "illuminate/events": "^5.2.*" + "illuminate/support": "5.1.*|5.2.*", + "illuminate/session": "5.1.*|5.2.*", + "illuminate/events": "5.1.*|5.2.*" }, "require-dev": { "phpunit/phpunit": "~4.0",