From 5310658e3c0ac2aa55045eb7a288a0edacd9f20a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2020 18:07:58 +0000 Subject: [PATCH] Update dependencies for new Laravel release --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ebf6234..731e9d8 100644 --- a/composer.json +++ b/composer.json @@ -29,8 +29,8 @@ "require": { "php": "^7.2", "ext-json": "*", - "illuminate/support": "^7.8", - "illuminate/view": "^7.8" + "illuminate/support": "^7.9", + "illuminate/view": "^7.9" }, "require-dev": { "phpunit/phpunit": "^8.2",