From 771b35ec2b3dabdb066de4e85034866120f24d00 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Thu, 7 Jan 2021 14:53:48 +0100 Subject: [PATCH] Update composer.json (#954) --- 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",