From 032faa143791e4505e35ed895a195edd7a6b9e52 Mon Sep 17 00:00:00 2001 From: Petro Kurbatskyi <67897517+ibexa-yuna@users.noreply.github.com> Date: Mon, 18 Mar 2024 17:51:05 +0100 Subject: [PATCH] [Composer] Formatted composer.json using JQ --indent 4 (#138) For more details see https://github.com/ibexa/content/pull/138 --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 294ab76..494fed0 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,10 @@ "minimum-stability": "dev", "prefer-stable": true, "repositories": [ - {"type": "composer", "url": "https://updates.ibexa.co"} + { + "type": "composer", + "url": "https://updates.ibexa.co" + } ], "require": { "php": "^7.4 || ^8.0",