Skip to content

Commit e96cbf8

Browse files
javiereguiluzxabbuh
authored andcommitted
Added a note about not using the ClassLoader component
1 parent 9576bc1 commit e96cbf8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/class_loader.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ The ClassLoader Component
77
The ClassLoader component provides tools to autoload your classes and
88
cache their locations for performance.
99

10+
.. caution::
11+
12+
The ClassLoader component was deprecated in Symfony 3.3 and it will be
13+
removed in 4.0. Alternatively, use Composer's class loading mechanism.
14+
1015
Usage
1116
-----
1217

0 commit comments

Comments
 (0)