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::