From a8a432c5804c1e2bb053ace4c7264ec15f9d8a13 Mon Sep 17 00:00:00 2001 From: Mark Watney Date: Fri, 2 Dec 2016 20:22:07 +0100 Subject: [PATCH] Fix wrong Composer package "type" example Details: https://wiki.typo3.org/Composer#TYPO3_Composer_installers --- doc/04-schema.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/04-schema.md b/doc/04-schema.md index 0e08f9896..0e96f131b 100644 --- a/doc/04-schema.md +++ b/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: