From f0d199664c4d867408e7f3cf8a1758ed381682ba Mon Sep 17 00:00:00 2001 From: Mohamed Sabil Date: Sun, 9 Sep 2018 20:17:30 +0300 Subject: [PATCH] Support L5.7 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0098c38..f0ca4b7 100644 --- a/composer.json +++ b/composer.json @@ -14,8 +14,8 @@ "require": { "php": ">=5.6.4", "abraham/twitteroauth": "^0.7.2", - "illuminate/notifications": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*", - "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*", + "illuminate/notifications": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*", + "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*", "kylewm/brevity": "^0.2.9" }, "require-dev": {