From 3e4e23ba527a6b98ba1a476fcb87f15ffc5d1673 Mon Sep 17 00:00:00 2001 From: Benjamin Mack Date: Sat, 17 Jan 2015 16:44:28 +0100 Subject: [PATCH] [TASK] Add PSR composer definition to all sysexts In order to deliver more information in custom installations for use with composer, the namespaces for using the composer autoloader are added to each composer.json of all system extensions. Releases: master, 6.2 Resolves: #64356 Change-Id: Ic0fa9e0969a48f68cce8ceeb77dbef3b75e6e6f1 Reviewed-on: http://review.typo3.org/36076 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index aad7b1f..d617db5 100644 --- a/composer.json +++ b/composer.json @@ -11,5 +11,10 @@ }, "replace": { "feedit": "*" + }, + "autoload": { + "psr-4": { + "TYPO3\\CMS\\Feedit\\": "Classes/" + } } }