From 5d8e9cea3db34bc663a85d4f2beab2823527369a Mon Sep 17 00:00:00 2001 From: Sergey Shlyakhov Date: Thu, 23 Jul 2020 14:54:06 +0200 Subject: [PATCH] Fix nextcloud if install with dev dependencies https://github.com/nextcloud/deck/issues/1965 --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6aca86b34..aa6e79568 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,8 @@ "christophwurst/nextcloud": "^17", "jakub-onderka/php-parallel-lint": "^1.0.0", "phpunit/phpunit": "^8", - "nextcloud/coding-standard": "^0.3.0" + "nextcloud/coding-standard": "^0.3.0", + "symfony/event-dispatcher": "^4.0" }, "config": { "optimize-autoloader": true,