From 447416a357ee6245d90e8784c82a1054676e17d0 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 22 Oct 2020 16:16:02 +0200 Subject: [PATCH] Fix typo --- .../installer/replacer-satisfies-its-own-requirement.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Composer/Test/Fixtures/installer/replacer-satisfies-its-own-requirement.test b/tests/Composer/Test/Fixtures/installer/replacer-satisfies-its-own-requirement.test index 3154071e6..d0870b15c 100644 --- a/tests/Composer/Test/Fixtures/installer/replacer-satisfies-its-own-requirement.test +++ b/tests/Composer/Test/Fixtures/installer/replacer-satisfies-its-own-requirement.test @@ -14,7 +14,7 @@ Test that a package requiring something it replaces itself, satisfies itself eve "require": { "replaced/pkg": "1.0.0" }, - "provide": { + "replace": { "replaced/pkg": "1.0.0" } }