1
0
Fork 0

Clarify deprecation of include-path

pull/661/merge
Jordi Boggiano 2012-05-12 12:13:15 +02:00
parent e7dc42a8a2
commit 1709d6a6c7
1 changed files with 3 additions and 1 deletions

View File

@ -269,7 +269,9 @@ Example:
### include-path
> **DEPRECATED**: This is only present to support legacy projects, and all new code should preferably use autoloading.
> **DEPRECATED**: This is only present to support legacy projects, and all new code
> should preferably use autoloading. As such it is a deprecated practice, but the
> feature itself will not likely disappear from Composer.
A list of paths which should get appended to PHP's `include_path`.