From 1283aa859a1bf06f1cacfc8a6af3fdece2dc594a Mon Sep 17 00:00:00 2001 From: RenoSimonsTTL Date: Mon, 2 Oct 2023 11:53:29 +0200 Subject: [PATCH] Drop L8 support & force PHP >8.0 --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 463cda7..a267a5f 100644 --- a/composer.json +++ b/composer.json @@ -16,12 +16,12 @@ } ], "require": { - "php": "^8.0|^8.1", + "php": "^8.1|^8.2", "guzzlehttp/guzzle": "^7.0", - "illuminate/container": "^8.0|^9.0|^10.0", - "illuminate/http": "^8.0|^9.0|^10.0", - "illuminate/routing": "^8.0|^9.0|^10.0", - "illuminate/support": "^8.0|^9.0|^10.0", + "illuminate/container": "^9.0|^10.0", + "illuminate/http": "^9.0|^10.0", + "illuminate/routing": "^9.0|^10.0", + "illuminate/support": "^9.0|^10.0", "ext-fileinfo": "*" }, "require-dev": {