浏览代码

Fix wrong Composer package "type" example

Details: https://wiki.typo3.org/Composer#TYPO3_Composer_installers
Mark Watney 9 年之前
父节点
当前提交
a8a432c580
共有 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
 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
 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.
 installer capable of installing packages of that type.
 
 
 Out of the box, Composer supports four types:
 Out of the box, Composer supports four types: