From 74b07100b9804dfea978482719e719f51ae85e8c Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Sat, 29 Nov 2025 10:33:19 +0100 Subject: [PATCH] [Console] Add a missing versionadded directive --- console.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/console.rst b/console.rst index 49e84031057..eda37db0e0f 100644 --- a/console.rst +++ b/console.rst @@ -142,6 +142,11 @@ attribute. For example, you may want a command to create a user:: } } +.. versionadded:: 7.3 + + Support for invokable commands that don't extend the base ``Command`` class + was introduced in Symfony 7.3 + If you can't use PHP attributes, register the command as a service and :doc:`tag it ` with the ``console.command`` tag. If you're using the :ref:`default services.yaml configuration `,