Skip to content

Commit 128a064

Browse files
committed
Link to Composer's article about class loading optimizations
1 parent b8da0dd commit 128a064

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

components/class_loader/cache_class_loader.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Cache a Class Loader
99
====================
1010

1111
The ``ApcClassLoader``, the ``WinCacheClassLoader`` and the ``XcacheClassLoader``
12-
are deprecated since Symfony 3.3. Use the ``--optimize`` and ``--apcu-autoloader``
13-
options instead when dumping the autoloader using the ``composer dump-autoload``
14-
command.
12+
are deprecated since Symfony 3.3. As an alternative, use any of the
13+
`class loading optimizations`_ provided by Composer.
14+
15+
.. _`class loading optimizations`: https://getcomposer.org/doc/articles/autoloader-optimization.md

0 commit comments

Comments
 (0)