From 5464f3dff2f194dc8e384a5c9a40e27ba8e7d6c3 Mon Sep 17 00:00:00 2001 From: Luke Policinski Date: Fri, 28 Jul 2017 06:17:43 -0500 Subject: [PATCH] anything above 5.4 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index b982711..dc12dbd 100644 --- a/composer.json +++ b/composer.json @@ -18,9 +18,9 @@ ], "require": { "php": ">=5.6", - "illuminate/support": "5.4.*", - "illuminate/session": "5.4.*", - "illuminate/events": "5.4.*" + "illuminate/support": "^5.4.0", + "illuminate/session": "^5.4.0", + "illuminate/events": "^5.4.0" }, "require-dev": { "phpunit/phpunit": "4.*",