From 191509e8b7b04857f76e0347ba415e38f4283078 Mon Sep 17 00:00:00 2001 From: Petro Kurbatskyi <67897517+ibexa-yuna@users.noreply.github.com> Date: Mon, 18 Mar 2024 12:43:40 +0100 Subject: [PATCH] [Composer] Formatted composer.json using JQ --indent 4 (#54) For more details see https://github.com/ibexa/compatibility-layer/pull/54 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cd777d5..b95b378 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "ibexa/core": "~4.5.0@dev", "ibexa/doctrine-schema": "~4.5.0@dev", "matthiasnoback/symfony-dependency-injection-test": "^4.3", - "phpunit/phpunit": "^9.5.10", + "phpunit/phpunit": "^9.5.10", "phpstan/phpstan": "^0.12.99" }, "scripts": {