8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7af8cf commit 3138745Copy full SHA for 3138745
components/class_loader.rst
@@ -10,7 +10,8 @@ The ClassLoader Component
10
.. caution::
11
12
The ClassLoader component was deprecated in Symfony 3.3 and it will be
13
- 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`_
14
+ provided by Composer.
15
16
Usage
17
-----
@@ -71,3 +72,4 @@ Learn More
71
72
.. _PSR-4: http://www.php-fig.org/psr/psr-4/
73
.. _`autoloading mechanism`: http://php.net/manual/en/language.oop5.autoload.php
74
.. _Packagist: https://packagist.org/packages/symfony/class-loader
75
+.. _`class loading optimizations`: https://getcomposer.org/doc/articles/autoloader-optimization.md
0 commit comments