From 3d650c8cc1a03ac9b03ecc72316bc7737c6ba21e Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Thu, 7 Jan 2021 10:45:25 +0100 Subject: [PATCH] Update composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 9f459c6c..e9a4b195 100644 --- a/composer.json +++ b/composer.json @@ -14,9 +14,9 @@ "ext-json": "*", "ext-pcntl": "*", "ext-posix": "*", - "illuminate/contracts": "^8.0", - "illuminate/queue": "^8.0", - "illuminate/support": "^8.0", + "illuminate/contracts": "^8.17", + "illuminate/queue": "^8.17", + "illuminate/support": "^8.17", "nesbot/carbon": "^2.17", "ramsey/uuid": "^4.0", "symfony/process": "^5.0",