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