Skip to content

Fixed an issue with the composer psr-0 autload setup.

Thomas Flori requested to merge github/fork/tlj/composer-psr0-fix into master

Created by: tlj

Had an issues with autoloading the Getopt class and identified the composer autoloading settings to be the problem. As soon as backslashes was added to the "Ulrichsg" namespace (similar to the other entries in the autoloader file) it started working.

According to https://getcomposer.org/doc/04-schema.md#psr-0 the namespace declaration should end in backspaces.

Merge request reports