From fd97fcbe1f53224b21b498cd4f356af354793503 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 14 Dec 2017 10:56:05 -0800 Subject: [PATCH] fixed number of tasks --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index abb32aa0..bddfc14e 100644 --- a/README.rst +++ b/README.rst @@ -76,7 +76,7 @@ only contain the tasks needed to install and configure the dependency because Symfony is smart enough to reverse those tasks when uninstalling and unconfiguring the dependencies. -There are eight types of tasks, which are called **configurators**: +There are several types of tasks, which are called **configurators**: ``copy-from-recipe``, ``copy-from-package``, ``bundles``, ``env``, ``composer-scripts``, ``gitignore``, and ``post-install-output``.