Skip to content

Commit 1a4cf4d

Browse files
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 parents 7eaff0d + 14ba756 commit 1a4cf4d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"sensiolabs/security-checker": "^4.1",
1616
"symfony/asset": "^4.1",
1717
"symfony/expression-language": "^4.1",
18-
"symfony/flex": "^1.0",
18+
"symfony/flex": "^1.0.86",
1919
"symfony/form": "^4.1",
2020
"symfony/framework-bundle": "^4.1",
2121
"symfony/monolog-bundle": "^3.1",

composer.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)