From 9a3dc96f046d45c5797763cab3d3eecec2e51fde Mon Sep 17 00:00:00 2001 From: Henrique Duarte Coelho Date: Thu, 10 Feb 2022 09:13:03 -0300 Subject: [PATCH] Update to Laravel 9 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 85c493f..42bef51 100644 --- a/composer.json +++ b/composer.json @@ -4,9 +4,9 @@ "type": "library", "require": { "php": ">=7.1", - "illuminate/support": "5.8.* || ^6.0 || ^7.0 || ^8.0", + "illuminate/support": "5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0", "webonyx/graphql-php": "^0.13", - "laravel/framework": "5.8.* || ^6.0 || ^7.0 || ^8.0" + "laravel/framework": "5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0" }, "license": "MIT", "authors": [