From 367bf5e8740bfeaf9f01f28c26ceaa15d37c0d65 Mon Sep 17 00:00:00 2001 From: provokateurin Date: Sun, 15 Sep 2024 22:01:27 +0200 Subject: [PATCH] chore(deps): Remove unused dependencies Signed-off-by: provokateurin --- composer.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/composer.json b/composer.json index 95a20c470..69c6610b0 100644 --- a/composer.json +++ b/composer.json @@ -3,14 +3,10 @@ "phpunit/phpunit": "^9", "sabre/dav": "^4.1", "sabre/xml": "^2.2", - "symfony/event-dispatcher": "^5.3.11", "psalm/phar": "^5.9", "nextcloud/coding-standard": "^1.0", "nextcloud/ocp": "dev-master" }, - "require": { - "php-parallel-lint/php-parallel-lint": "^1.2" - }, "scripts": { "lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l", "cs:check": "php-cs-fixer fix --dry-run --diff",