Skip to content

Do not prepend autoloader #105

@tsteur

Description

@tsteur

See https://getcomposer.org/doc/06-config.md#prepend-autoloader to fix matomo-org/matomo-for-wordpress#19

Can we not prepend the autoloader? Basically it should pass the argument false here: https://github.com/matomo-org/wp-matomo/blob/master/app/vendor/composer/autoload_real.php#L52

What is happening is that in this case the composer autoloader from cookiebot is registered, then some PHP-DI files are loaded, then our composer autoloader is registered, and suddenly it starts loading PHP-DI files from our vendor directory and these classes are not compatible. I reckon setting the parameter fixes that issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions