From e6ffc04d7b5d6eca3749c7f3966abb8c8740f945 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Thu, 16 Jul 2020 01:15:04 +0200 Subject: [PATCH] fix composer.json syntax --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bfd0c80..0b06e6c 100644 --- a/composer.json +++ b/composer.json @@ -47,6 +47,6 @@ "wpackagist-plugin/w3-total-cache": "cache plugin", "koodimonni-language/de_de": "Full Wordpress translation (including themes and core plugins) for German - de_de", "bjornjohansen/wplang": "Composer plugin to download translation files from wordpress.org", - "wpackagist-plugin/better-search-replace": "search and replace in whole database", + "wpackagist-plugin/better-search-replace": "search and replace in whole database" } }