diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-04-01 03:39:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-01 03:39:22 +0000 |
commit | 860ef63b9111b088210fac6f83d28d33427b004e (patch) | |
tree | 2575173c65f5a7846309523b59d27ea6d8ff4b6b /build/integration | |
parent | b14ae5c59cc7a91e1c47bfb4b08c3f0f3600f346 (diff) | |
download | nextcloud-server-860ef63b9111b088210fac6f83d28d33427b004e.tar.gz nextcloud-server-860ef63b9111b088210fac6f83d28d33427b004e.zip |
chore(deps-dev): Bump symfony/event-dispatcher in /build/integration
Bumps [symfony/event-dispatcher](https://github.com/symfony/event-dispatcher) from 5.4.19 to 5.4.22.
- [Release notes](https://github.com/symfony/event-dispatcher/releases)
- [Changelog](https://github.com/symfony/event-dispatcher/blob/6.2/CHANGELOG.md)
- [Commits](https://github.com/symfony/event-dispatcher/compare/v5.4.19...v5.4.22)
---
updated-dependencies:
- dependency-name: symfony/event-dispatcher
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'build/integration')
-rw-r--r-- | build/integration/composer.lock | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/build/integration/composer.lock b/build/integration/composer.lock index 8efe10e76c7..4870a24b5a3 100644 --- a/build/integration/composer.lock +++ b/build/integration/composer.lock @@ -3438,16 +3438,16 @@ }, { "name": "symfony/event-dispatcher", - "version": "v5.4.19", + "version": "v5.4.22", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "abf49cc084c087d94b4cb939c3f3672971784e0c" + "reference": "1df20e45d56da29a4b1d8259dd6e950acbf1b13f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/abf49cc084c087d94b4cb939c3f3672971784e0c", - "reference": "abf49cc084c087d94b4cb939c3f3672971784e0c", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1df20e45d56da29a4b1d8259dd6e950acbf1b13f", + "reference": "1df20e45d56da29a4b1d8259dd6e950acbf1b13f", "shasum": "" }, "require": { @@ -3503,7 +3503,7 @@ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.19" + "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.22" }, "funding": [ { @@ -3519,7 +3519,7 @@ "type": "tidelift" } ], - "time": "2023-01-01T08:32:19+00:00" + "time": "2023-03-17T11:31:58+00:00" }, { "name": "symfony/event-dispatcher-contracts", |