Commit 1a4cf4d
committed
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+2 files changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments