From 01de0fe5f71c70d1930ee9a80385f9cc28e0f63a Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 22 Oct 2020 08:57:20 -0500 Subject: [PATCH] Update composer.json (#507) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6c7aeb0..e28ac39 100644 --- a/composer.json +++ b/composer.json @@ -15,8 +15,8 @@ ], "require": { "php": ">=7.2", - "illuminate/support": "^6|^7|^8", - "illuminate/contracts": "^6|^7|^8", + "illuminate/support": "^6|^7|^8|^9", + "illuminate/contracts": "^6|^7|^8|^9", "symfony/http-foundation": "^4|^5", "symfony/http-kernel": "^4.3.4|^5", "asm89/stack-cors": "^2.0.1"