From f1cecf71c2848ffbf7445a0e0aa3aa90f668fe5e Mon Sep 17 00:00:00 2001 From: "Ralph J. Smit" <59207045+ralphjsmit@users.noreply.github.com> Date: Thu, 20 Jan 2022 08:29:09 +0100 Subject: [PATCH] Add Laravel 9 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1888f20..549f146 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require": { "php": "^8.0", "filament/forms": "^2.7", - "illuminate/contracts": "^8.73", + "illuminate/contracts": "^8.73|^9.0", "livewire/livewire": "^2.8", "ryangjchandler/blade-tabler-icons": "^1.1", "spatie/laravel-package-tools": "^1.9.2",