From df99150db65993f4e8c91b5d922d05d37325c9a2 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 4 Aug 2021 16:39:19 +0200 Subject: [PATCH] Pin versions to avoid new dependencies breaking tests --- .../Test/Fixtures/functional/installed-versions/composer.json | 2 +- .../Test/Fixtures/functional/installed-versions2/composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Composer/Test/Fixtures/functional/installed-versions/composer.json b/tests/Composer/Test/Fixtures/functional/installed-versions/composer.json index 36768b2b1..2b6ea3312 100644 --- a/tests/Composer/Test/Fixtures/functional/installed-versions/composer.json +++ b/tests/Composer/Test/Fixtures/functional/installed-versions/composer.json @@ -5,7 +5,7 @@ "plugin/a": "*", "plugin/b": "*", "symfony/process": "*", - "symfony/filesystem": "*" + "symfony/filesystem": "5.2.4" }, "repositories": [ {"type": "path", "url": "plugin-*"}, diff --git a/tests/Composer/Test/Fixtures/functional/installed-versions2/composer.json b/tests/Composer/Test/Fixtures/functional/installed-versions2/composer.json index 2c9388ef6..59ef7cad3 100644 --- a/tests/Composer/Test/Fixtures/functional/installed-versions2/composer.json +++ b/tests/Composer/Test/Fixtures/functional/installed-versions2/composer.json @@ -5,7 +5,7 @@ "plugin/a": "*", "plugin/b": "*", "symfony/process": "*", - "symfony/filesystem": "*" + "symfony/filesystem": "5.2.4" }, "repositories": [ {"type": "path", "url": "plugin-*", "options": {"symlink": false}},