From e4b227931ecc9ba3d11001557743703d7c506ab0 Mon Sep 17 00:00:00 2001 From: Randy Arnold <33621459+RandyArnold@users.noreply.github.com> Date: Sun, 4 Jun 2023 19:43:38 +0200 Subject: [PATCH] [Doc] Add missing "container" configurator in the list The configurator has been added, but the list has not been updated : c101117 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8959e926..1b794f76 100644 --- a/README.rst +++ b/README.rst @@ -95,7 +95,7 @@ Symfony is smart enough to reverse those tasks when uninstalling and unconfiguring the dependencies. There are several types of tasks, which are called **configurators**: -``copy-from-recipe``, ``copy-from-package``, ``bundles``, ``env``, +``copy-from-recipe``, ``copy-from-package``, ``bundles``, ``env``, ``container`` ``composer-scripts``, ``gitignore``, and ``post-install-output``. ``bundles`` Configurator