Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symfony Flex issue #33

Open
loru88 opened this issue Sep 19, 2018 · 1 comment
Open

Symfony Flex issue #33

loru88 opened this issue Sep 19, 2018 · 1 comment

Comments

@loru88
Copy link

loru88 commented Sep 19, 2018

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

@codeliner
Copy link
Member

Had the same problem recently: #36 (comment)

For now it should be solved with #38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants