Skip to content

Commit 95d8d36

Browse files
committed
minor #7588 Added a link to Composer's loader optimizations (javiereguiluz)
This PR was merged into the master branch. Discussion ---------- Added a link to Composer's loader optimizations This fixes #7533. Commits ------- 3138745 Added a link to Composer's loader optimizations
2 parents c7af8cf + 3138745 commit 95d8d36

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/class_loader.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ The ClassLoader Component
1010
.. caution::
1111

1212
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.
13+
removed in 4.0. As an alternative, use any of the `class loading optimizations`_
14+
provided by Composer.
1415

1516
Usage
1617
-----
@@ -71,3 +72,4 @@ Learn More
7172
.. _PSR-4: http://www.php-fig.org/psr/psr-4/
7273
.. _`autoloading mechanism`: http://php.net/manual/en/language.oop5.autoload.php
7374
.. _Packagist: https://packagist.org/packages/symfony/class-loader
75+
.. _`class loading optimizations`: https://getcomposer.org/doc/articles/autoloader-optimization.md

0 commit comments

Comments
 (0)