diff --git a/components/class_loader.rst b/components/class_loader.rst index 6fc6fad156e..3f6ccc095b3 100644 --- a/components/class_loader.rst +++ b/components/class_loader.rst @@ -7,6 +7,11 @@ The ClassLoader Component The ClassLoader component provides tools to autoload your classes and cache their locations for performance. +.. caution:: + + The ClassLoader component was deprecated in Symfony 3.3 and it will be + removed in 4.0. Alternatively, use Composer's class loading mechanism. + Usage -----