diff --git a/components/class_loader.rst b/components/class_loader.rst index 754be7cd9fb..74c275a055a 100644 --- a/components/class_loader.rst +++ b/components/class_loader.rst @@ -10,7 +10,8 @@ The ClassLoader Component .. caution:: The ClassLoader component was deprecated in Symfony 3.3 and it will be - removed in 4.0. As an alternative, use Composer's class loading mechanism. + removed in 4.0. As an alternative, use any of the `class loading optimizations`_ + provided by Composer. Usage ----- @@ -71,3 +72,4 @@ Learn More .. _PSR-4: http://www.php-fig.org/psr/psr-4/ .. _`autoloading mechanism`: http://php.net/manual/en/language.oop5.autoload.php .. _Packagist: https://packagist.org/packages/symfony/class-loader +.. _`class loading optimizations`: https://getcomposer.org/doc/articles/autoloader-optimization.md