소스 검색

Clarify deprecation of include-path

Jordi Boggiano 13 년 전
부모
커밋
1709d6a6c7
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      doc/04-schema.md

+ 3 - 1
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`.