Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 95d8d36

Browse filesBrowse 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
Copy full SHA for 95d8d36

File tree

1 file changed

+3
-1
lines changed
Filter options

1 file changed

+3
-1
lines changed

‎components/class_loader.rst

Copy file name to clipboardExpand all lines: components/class_loader.rst
+3-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.