From 060d94d9efcab9ce54a15c439b4448235a010d73 Mon Sep 17 00:00:00 2001 From: Hanlin Wang <605231181@qq.com> Date: Sat, 17 Feb 2018 16:23:38 +0800 Subject: [PATCH] Update composer.json support Laravel 5.5 and 5.6 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index d71d277..ebfc3a1 100644 --- a/composer.json +++ b/composer.json @@ -33,10 +33,10 @@ ], "require": { "php": ">=5.6.4", - "illuminate/events": "5.3.* || 5.4.*", - "illuminate/notifications": "5.3.* || 5.4.*", - "illuminate/queue": "5.3.* || 5.4.*", - "illuminate/support": "5.3.* || 5.4.*", + "illuminate/events": "5.3.* || 5.4.* || 5.5.* || 5.6.*", + "illuminate/notifications": "5.3.* || 5.4.* || 5.5.* || 5.6.*", + "illuminate/queue": "5.3.* || 5.4.* || 5.5.* || 5.6.*", + "illuminate/support": "5.3.* || 5.4.* || 5.5.* || 5.6.*", "pusher/pusher-php-server": "2.6.*" }, "require-dev": {