Merge pull request #19899 from nextcloud/force-compatible-eventdispatcher-version-in-integration-tests

Force compatible EventDispatcher version in integration tests
This commit is contained in:
Roeland Jago Douma 2020-03-12 19:54:49 +01:00 committed by GitHub
commit 9fc2e2551e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
"behat/behat": "~3.6.1",
"guzzlehttp/guzzle": "6.5.2",
"jarnaiz/behat-junit-formatter": "^1.3",
"sabre/dav": "3.2.3"
"sabre/dav": "3.2.3",
"symfony/event-dispatcher": "~4.4"
}
}