Fix nextcloud if install with dev dependencies

https://github.com/nextcloud/deck/issues/1965
This commit is contained in:
Sergey Shlyakhov
2020-07-23 14:54:06 +02:00
committed by GitHub
parent 24f9c76495
commit 5d8e9cea3d

View File

@@ -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,