From e71760284180281e8bc04a629dd2f199766b8fb7 Mon Sep 17 00:00:00 2001 From: Simon Hamp Date: Mon, 1 Apr 2024 16:16:17 +0100 Subject: [PATCH] Fix for L10 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a1c089c..1c71f69 100644 --- a/composer.json +++ b/composer.json @@ -17,9 +17,9 @@ ], "require": { "php": "^8.1", - "illuminate/contracts": "^11.0", + "illuminate/contracts": "^10.0|^11.0", "spatie/laravel-package-tools": "^1.14.0", - "symfony/finder": "^7.0" + "symfony/finder": "^6.2|^7.0" }, "require-dev": { "guzzlehttp/guzzle": "^7.0",