Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor #841 Fix installation when using composer 1.7+ (fbourigault)
This PR was merged into the master branch. Discussion ---------- Fix installation when using composer 1.7+ This avoid the following error while installing the demo application with composer 1.7. ``` Declaration of Symfony\Flex\ParallelDownloader::getRemoteContents($originUrl, $fileUrl, $context) should be compatible with Composer\Util\RemoteFilesystem::getRemoteContents ($originUrl, $fileUrl, $context, ?array &$responseHeaders = NULL) ``` Commits ------- 14ba756 fix installation when using composer 1.7+
- Loading branch information