From 330113bb34f7b5809db5ef3e92566a0549cc4f21 Mon Sep 17 00:00:00 2001 From: Gustiawan Ouwawi Date: Wed, 9 Feb 2022 13:54:04 +0700 Subject: [PATCH 1/2] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index efb3132..46eb9e9 100644 --- a/composer.json +++ b/composer.json @@ -16,8 +16,8 @@ } ], "require": { - "php": "^7.1 || ^8.0", - "illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0" + "php": "^8.0", + "illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0" }, "require-dev": { "laravel/legacy-factories": "^1.0", From befd883de2eeffa8956d52018919da33428b8dae Mon Sep 17 00:00:00 2001 From: Gustiawan Ouwawi Date: Wed, 9 Feb 2022 17:17:35 +0700 Subject: [PATCH 2/2] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 46eb9e9..ceafd91 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^8.0", + "php": "^7.1 || ^8.0", "illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0" }, "require-dev": {