Skip to content

Module installs into incorrect path on clean install. #4

@james481

Description

@james481

When installing a new system from a lock file (empty vendor directory, lock file in place) with composer install under some circumstances results in the module not properly installing to the /vendor/simplesamlphp/simplesamlphp/modules location, instead will end up in /modules. This seems to be the result of composer installing the module package before the base simpleSAMLphp package has been installed.

This is fixed by adding the simpleSAMLphp base module as a dependency in the module composer.json to ensure composer installs it first, see #3 .

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