From 15c9f10bc1597a17768b815d186830ba4b06470a Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Sat, 7 Jul 2012 18:25:45 +0200 Subject: [PATCH] Make composer subtitle to clarify this section applies to Composer only --- en/reference/configuration.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/en/reference/configuration.rst b/en/reference/configuration.rst index 2851cf79a..cd4ea8dfc 100644 --- a/en/reference/configuration.rst +++ b/en/reference/configuration.rst @@ -12,6 +12,9 @@ roughly exists of four steps: Class loading ------------- +Composer +^^^^^^^^ + Autoloading is taken care of by Composer. You just have to include the composer autoload file in your project: .. code-block:: php