From 4157df2d95202d7e3e5d6e235c43554f96bb118a Mon Sep 17 00:00:00 2001 From: Petro Kurbatskyi <67897517+ibexa-yuna@users.noreply.github.com> Date: Mon, 18 Mar 2024 13:36:26 +0100 Subject: [PATCH] [Composer] Formatted composer.json using JQ --indent 4 (#64) For more details see https://github.com/ibexa/solr/pull/64 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3e75162f..adea2436 100644 --- a/composer.json +++ b/composer.json @@ -52,7 +52,7 @@ "Ibexa\\Tests\\Solr\\": "tests/lib/", "Ibexa\\Tests\\Integration\\Core\\": "vendor/ibexa/core/tests/integration/Core/", "Ibexa\\Tests\\Core\\": "vendor/ibexa/core/tests/lib/", - "Ibexa\\Tests\\Bundle\\Core\\": "vendor/ibexa/core/tests/bundle/", + "Ibexa\\Tests\\Bundle\\Core\\": "vendor/ibexa/core/tests/bundle/", "EzSystems\\EzPlatformSolrSearchEngine\\Tests\\": "tests/lib/", "EzSystems\\EzPlatformSolrSearchEngineBundle\\Tests\\": "tests/bundle/" }