From 4f74427e3f71f413d88a19a8d259759e0351ba6b Mon Sep 17 00:00:00 2001 From: Mark van den Broek Date: Sun, 3 Feb 2019 09:22:06 +0100 Subject: [PATCH] Update for Laravel 5.8. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0fe3f52..4be6f0c 100644 --- a/composer.json +++ b/composer.json @@ -20,8 +20,8 @@ ], "require": { "php": ">=7.0", - "illuminate/support": "5.5.*|5.6.*|5.7.*", - "illuminate/validation": "5.5.*|5.6.*|5.7.*" + "illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*", + "illuminate/validation": "5.5.*|5.6.*|5.7.*|5.8.*" }, "require-dev": { "orchestra/testbench": "3.5.*|3.6.*|3.7.*",