From 50e6991636495a4c241a9cd2e427d15d263527c5 Mon Sep 17 00:00:00 2001 From: Jay Potter Date: Sat, 27 Jun 2026 11:24:30 -0400 Subject: [PATCH] composer require symfony/http-foundation --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ac5864e..8e9db27 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,8 @@ "name": "potter/request", "type": "library", "require": { - "php": "^8.5" + "php": "^8.5", + "symfony/http-foundation": "^8.1" }, "license": "MIT", "autoload": {