From ae90c2f9f9a5c6366ee7885237925dd63f5093b8 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Fri, 3 Jan 2025 14:29:55 +0100 Subject: [PATCH] fix: document early hint package dependency avoid the internal error at runtime, lets document all requirements directly here, wdyt? --- controller.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller.rst b/controller.rst index 3d4f84b4888..f6994f04ce6 100644 --- a/controller.rst +++ b/controller.rst @@ -778,7 +778,7 @@ but they can be any type of resource. .. note:: In order to work, the `SAPI`_ you're using must support this feature, like - `FrankenPHP`_. + `FrankenPHP`_ and have symfony/web-link as a dependency. You can send early hints from your controller action thanks to the :method:`Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController::sendEarlyHints`