From fbcb9bce039e314bdb21fb0a77199e73dd8cdea7 Mon Sep 17 00:00:00 2001 From: Steen Rabol Date: Fri, 18 Oct 2024 11:47:07 +0200 Subject: [PATCH] Update composer.json Update php and laravel version --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 81a149c..cc7825a 100755 --- a/composer.json +++ b/composer.json @@ -16,8 +16,8 @@ } ], "require": { - "php": "^7.1|^8.0", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0" + "php": "^7.1|^8.0|^8.1|^8.2|^8.3", + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" }, "require-dev": { "orchestra/testbench": "^4.0",