From b7d096e598ac48575ab21af4c18115f6037acc67 Mon Sep 17 00:00:00 2001 From: bambamboole Date: Thu, 8 Aug 2024 22:24:31 +0200 Subject: [PATCH] add compatibility for Laravel 8.x --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 5c6acca..6c8efdd 100644 --- a/composer.json +++ b/composer.json @@ -16,8 +16,8 @@ ], "require": { "php": "^8.1", - "illuminate/support": "^9.0|^10.0|^11.0", - "illuminate/translation": "^9.0|^10.0|^11.0" + "illuminate/support": "^8.0|^9.0|^10.0|^11.0", + "illuminate/translation": "^8.0|^9.0|^10.0|^11.0" }, "require-dev": { "laravel/pint": "^1.8",