From 10e49d5e54b0dfba33dd4fa86bb399060936d9ed Mon Sep 17 00:00:00 2001 From: Simon Hamp Date: Sat, 10 Feb 2018 15:40:41 +0000 Subject: [PATCH] Update to allow support for Laravel 5.6 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 69397c9..92846d9 100644 --- a/composer.json +++ b/composer.json @@ -10,9 +10,9 @@ ], "require": { "ext-zmq": "*", - "illuminate/broadcasting": "5.5.*", - "illuminate/contracts": "5.5.*", - "illuminate/http": "5.5.*" + "illuminate/broadcasting": "^5.5", + "illuminate/contracts": "^5.5", + "illuminate/http": "^5.5" }, "autoload": { "psr-4": { @@ -28,4 +28,4 @@ }, "minimum-stability": "dev", "prefer-stable": false -} \ No newline at end of file +}