From 07c7ba942aa0f10b23baf88b9fa5c4a9e892682f Mon Sep 17 00:00:00 2001 From: jmsche Date: Fri, 26 May 2023 21:11:58 +0200 Subject: [PATCH] Update docs about creating a UX bundle after stimulus bundle release --- frontend/create_ux_bundle.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/create_ux_bundle.rst b/frontend/create_ux_bundle.rst index 8bc04725bcd..095b9c6d84b 100644 --- a/frontend/create_ux_bundle.rst +++ b/frontend/create_ux_bundle.rst @@ -108,7 +108,7 @@ To use your controller in a template (e.g. one defined in your bundle) you can u ... -Don't forget to add ``symfony/webpack-encore-bundle:^1.12`` as a composer dependency to use +Don't forget to add ``symfony/stimulus-bundle:^2.9`` as a composer dependency to use Twig ``stimulus_*`` functions. .. tip::