From 0109a0f229f10034313c4a421e605a463e9ae868 Mon Sep 17 00:00:00 2001 From: Druc Constantin Date: Thu, 24 Mar 2022 15:37:28 +0200 Subject: [PATCH] Add LV90 --- composer.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 9aec182..fef049d 100644 --- a/composer.json +++ b/composer.json @@ -17,13 +17,12 @@ "require": { "php": "^7.4|^8.0", "spatie/laravel-package-tools": "^1.4.3", - "illuminate/contracts": "^8.0", - "illuminate/support": "^8.0", - "illuminate/filesystem": "^8.0", + "illuminate/contracts": "^8.0|^9.0", + "illuminate/support": "^8.0|^9.0", + "illuminate/filesystem": "^8.0|^9.0", "ext-json": "*" }, "require-dev": { - "nunomaduro/collision": "^5.3", "orchestra/testbench": "^6.15", "phpunit/phpunit": "^9.3" },