From 1709d6a6c74c0e9359b113e64b533ae4736e7836 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Sat, 12 May 2012 12:13:15 +0200 Subject: [PATCH] Clarify deprecation of include-path --- doc/04-schema.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/04-schema.md b/doc/04-schema.md index fe91cf4ed..42678dda3 100644 --- a/doc/04-schema.md +++ b/doc/04-schema.md @@ -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`.