Merge pull request #2144 from nextcloud/matchish/fix-compatibility-with-nextcloud

Fix nextcloud if install with dev dependencies
This commit is contained in:
Julius Härtl
2020-07-31 21:15:35 +02:00
committed by GitHub

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,