diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-06-05 01:15:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-05 01:15:46 +0000 |
commit | beefa797e37503810494058bef0f5d8ff6861778 (patch) | |
tree | 9b53b2d0858b62026e8706e8ef0a9430dbae733b /build/integration | |
parent | 0447b53bda9fe95ea0cbed765aa332584605d652 (diff) | |
download | nextcloud-server-beefa797e37503810494058bef0f5d8ff6861778.tar.gz nextcloud-server-beefa797e37503810494058bef0f5d8ff6861778.zip |
Update symfony/event-dispatcher requirement in /build/integration
Updates the requirements on [symfony/event-dispatcher](https://github.com/symfony/event-dispatcher) to permit the latest version.
- [Release notes](https://github.com/symfony/event-dispatcher/releases)
- [Changelog](https://github.com/symfony/event-dispatcher/blob/5.3/CHANGELOG.md)
- [Commits](https://github.com/symfony/event-dispatcher/compare/v4.4.0...v5.3.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'build/integration')
-rw-r--r-- | build/integration/composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/composer.json b/build/integration/composer.json index ba90c632b1b..8074508d0e2 100644 --- a/build/integration/composer.json +++ b/build/integration/composer.json @@ -5,6 +5,6 @@ "guzzlehttp/guzzle": "6.5.2", "jarnaiz/behat-junit-formatter": "^1.3", "sabre/dav": "3.2.3", - "symfony/event-dispatcher": "~4.4" + "symfony/event-dispatcher": "~5.3" } } |