From cc7f521ff6e9a385f14fc0f4f197282ae11ac918 Mon Sep 17 00:00:00 2001 From: Bas van Dinther Date: Sun, 12 Feb 2023 15:47:48 +0100 Subject: [PATCH] Require illuminate contracts --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 889fb0f..f6b7a16 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": "^8.1", - "illuminate/contracts": "^9.0", + "illuminate/contracts": "*", "spatie/browsershot": "^3.57", "spatie/laravel-package-tools": "^1.14" },