TYPO3 / CmsComposerInstallers

TYPO3 CMS Composer Installer
GNU General Public License v2.0
58 stars 39 forks source link

[BUGFIX] Fix autoload prefix #29

Closed mbrodala closed 9 years ago

helhum commented 9 years ago

can you explain the problem you face and why you have to change that?

mischka commented 9 years ago

An error occurs Uncaught exception 'InvalidArgumentException' with message 'A non-empty PSR-4 prefix must end with a namespace separator.

helhum commented 9 years ago

@mischka this pull request changes the psr-0 section in a wrong way. the error message is about a psr-4 section. that is something completely different