From ba243aeab1bf9f67ec45dd2dc5676605ab5f6e33 Mon Sep 17 00:00:00 2001 From: Petro Kurbatskyi <67897517+ibexa-yuna@users.noreply.github.com> Date: Mon, 18 Mar 2024 14:03:10 +0100 Subject: [PATCH] [Composer] Formatted composer.json using JQ --indent 4 (#45) For more details see https://github.com/ibexa/http-cache/pull/45 --- composer.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/composer.json b/composer.json index a3de74c..dcc593c 100644 --- a/composer.json +++ b/composer.json @@ -47,13 +47,6 @@ "EzSystems\\PlatformHttpCacheBundle\\": "src/bundle/" } }, - "autoload-dev": { - "psr-4": { - "EzSystems\\PlatformHttpCacheBundle\\Tests\\": "tests", - "Ibexa\\Tests\\HttpCache\\": "tests/lib/", - "Ibexa\\Tests\\Bundle\\HttpCache\\": "tests/bundle/" - } - }, "autoload-dev": { "autoload-dev": { "Ibexa\\Tests\\Bundle\\HttpCache\\": "tests/bundle/"