From 283950e834e654978a055117349eddc6f9c00821 Mon Sep 17 00:00:00 2001 From: Jay Potter Date: Sat, 27 Jun 2026 11:26:47 -0400 Subject: [PATCH] composer require illuminate/contracts --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index be9af8c..61c6768 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,8 @@ "type": "library", "require": { "php": "^8.5", - "illuminate/http": "^13.17" + "illuminate/http": "^13.17", + "illuminate/contracts": "^13.17" }, "license": "MIT", "autoload": {