From 0538e3a06a5c2f956a63a10446e47e15bb716567 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Fri, 30 Aug 2024 15:00:07 +0100 Subject: [PATCH] Fix patch package for "core" --- composer.patches.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.patches.json b/composer.patches.json index 899c61b4..de8aba14 100644 --- a/composer.patches.json +++ b/composer.patches.json @@ -1,6 +1,6 @@ { "patches": { - "roots/wordpress-core": { + "roots/wordpress": { "Anonymize requests to api.wordpress.org for updates": "patches/core/anonymize-update.php.patch", "Do not perform pingbacks and trackbacks when we update via cron": "patches/core/0103-Remove-pingback-trackback.patch", "Load JS library locally instead than from Googleapis": "patches/core/0155-Removing-reference-to-googleapis-from-wp-includes-up.patch", -- GitLab