Skip to content

Package name is retrieved from wrong branch #51

@schlessera

Description

@schlessera

The code to fetch the composer.json file for retrieving the package name is currently hardcoded against the master branch:

$raw_content_url = 'https://raw.githubusercontent.com/' . $package_name . '/master/composer.json';

It should reuse the actual branch that was requested to be installed instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions