소스 검색

Merge pull request #5932 from markwatney2016/patch-3

Fix wrong Composer package "type" example
Rob 9 년 전
부모
커밋
fb6f6fd26c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      doc/04-schema.md

+ 2 - 2
doc/04-schema.md

@@ -79,8 +79,8 @@ The type of the package. It defaults to `library`.
 
 Package types are used for custom installation logic. If you have a package
 that needs some special logic, you can define a custom type. This could be a
-`symfony-bundle`, a `wordpress-plugin` or a `typo3-module`. These types will
-all be specific to certain projects, and they will need to provide an
+`symfony-bundle`, a `wordpress-plugin` or a `typo3-cms-extension`. These types
+will all be specific to certain projects, and they will need to provide an
 installer capable of installing packages of that type.
 
 Out of the box, Composer supports four types: