From 786e78a663e665a997e887d18b55f5915f3f07a2 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 14 Aug 2024 01:16:17 +0200 Subject: [PATCH] chore: Fix indention of composer.json Signed-off-by: Ferdinand Thiessen --- composer.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/composer.json b/composer.json index 4a8674a..73578de 100644 --- a/composer.json +++ b/composer.json @@ -1,28 +1,28 @@ { - "name": "nextcloud/files_lock", - "require-dev": { - "phpunit/phpunit": "^9.5", - "nextcloud/coding-standard": "^1.2", - "psalm/phar": "^5.25", - "sabre/dav": "^4.6", - "nextcloud/ocp": "dev-master" - }, + "name": "nextcloud/files_lock", + "license": "AGPL", + "require-dev": { + "phpunit/phpunit": "^9.5", + "nextcloud/coding-standard": "^1.2", + "psalm/phar": "^5.25", + "sabre/dav": "^4.6", + "nextcloud/ocp": "dev-master" + }, "config": { "platform": { "php": "8.1" } }, - "license": "AGPL", - "require": { - "php": "^8.1" - }, - "scripts": { - "lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l", - "cs:check": "php-cs-fixer fix --dry-run --diff", - "cs:fix": "php-cs-fixer fix", - "psalm": "psalm.phar", - "test:unit": "phpunit -c tests/phpunit.xml" - }, + "require": { + "php": "^8.1" + }, + "scripts": { + "lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l", + "cs:check": "php-cs-fixer fix --dry-run --diff", + "cs:fix": "php-cs-fixer fix", + "psalm": "psalm.phar", + "test:unit": "phpunit -c tests/phpunit.xml" + }, "autoload-dev": { "psr-4": { "OCP\\": "vendor/nextcloud/ocp/OCP"