mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-08 17:06:09 +01:00
[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 <helmut.hummel@typo3.org> Tested-by: Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by: Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by: Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
This commit is contained in:
parent
9449d24ef8
commit
3e4e23ba52
1 changed files with 5 additions and 0 deletions
|
@ -11,5 +11,10 @@
|
|||
},
|
||||
"replace": {
|
||||
"feedit": "*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"TYPO3\\CMS\\Feedit\\": "Classes/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue