From 3bd1e82233f41a156c489d48de470e1ee43ee027 Mon Sep 17 00:00:00 2001 From: Brian Date: Mon, 19 Feb 2024 18:02:13 +0100 Subject: [PATCH] WPSCON-242: https://github.com/php-vcr/php-vcr/pull/270 was merged! Remove from composer.patches.json. --- composer.patches.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.patches.json b/composer.patches.json index f39bb3d68..f6473ecc0 100644 --- a/composer.patches.json +++ b/composer.patches.json @@ -1,8 +1,7 @@ { "patches": { "php-vcr/php-vcr": { - "Implement recording of identical requests with backwards compatibility and separation of concerns": "https://github.com/php-vcr/php-vcr/pull/270.patch", "Prevent HttpUtil::parseResponse() from emitting PHP Notice Undefined offset 1": "https://github.com/php-vcr/php-vcr/pull/302.patch" } } -} \ No newline at end of file +}