From 6ecda2b8693533ee7afdd16e10f53d5131a26890 Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Tue, 27 Dec 2022 17:01:10 +0100 Subject: [PATCH] fix composer indents --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index cdb5a32..67bd2d3 100644 --- a/composer.json +++ b/composer.json @@ -32,10 +32,10 @@ "installer-name": "activitypub" }, "scripts": { - "test": [ - "composer install", - "bin/install-wp-tests.sh activitypub-test root activitypub-test test-db latest true", - "vendor/bin/phpunit" - ] + "test": [ + "composer install", + "bin/install-wp-tests.sh activitypub-test root activitypub-test test-db latest true", + "vendor/bin/phpunit" + ] } }