Skip to content

Symfony Flex issue #33

Open
Open
@loru88

Description

When run the command to install composer dependencies

docker run --rm -it --volume $(pwd):/app prooph/composer:7.1 install -o --prefer-dist

I got this error message

Declaration of Symfony\Flex\ParallelDownloader::getRemoteContents($originUrl, $fileUrl, $context) should be compatible with Composer\Util\RemoteFilesystem::getRemoteContents(...

I solved updating Symfony Flex

docker run --rm -it --volume $(pwd):/app prooph/composer:7.1 update symfony/flex --no-scripts

and then tun again the composer dependencies installation.
I think is worth it to insert this update into the installation process

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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