From e4253eb7eaab44e7c9540bc8908e40b89eccb3a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bar=C3=A1=C5=A1ek?= Date: Fri, 11 Feb 2022 22:40:39 +0100 Subject: [PATCH] Composer.json: Fix indending with tabs instead of spaces. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d75304e..b7e40e3 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "nette/application": "^3.0", "baraja-core/url": "^1.1", "baraja-core/network": "^1.0", - "baraja-core/path-resolvers": "^1.0" + "baraja-core/path-resolvers": "^1.0" }, "require-dev": { "latte/latte": "^2.5",