1
0
Fork 0

Fix wrong Composer package "type" example

Details: https://wiki.typo3.org/Composer#TYPO3_Composer_installers
pull/5932/head
Mark Watney 2016-12-02 20:22:07 +01:00 committed by GitHub
parent 960607afc8
commit a8a432c580
1 changed files with 2 additions and 2 deletions

View File

@ -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 `symfony-bundle`, a `wordpress-plugin` or a `typo3-cms-extension`. These types
all be specific to certain projects, and they will need to provide an 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: