proophessor-do-symfony icon indicating copy to clipboard operation
proophessor-do-symfony copied to clipboard

Symfony Flex issue

Open loru88 opened this issue 7 years ago • 1 comments

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

loru88 avatar Sep 19 '18 16:09 loru88

Had the same problem recently: https://github.com/prooph/proophessor-do-symfony/issues/36#issuecomment-451396815

For now it should be solved with #38

codeliner avatar Jan 04 '19 09:01 codeliner