From b0892b405edf5c876fffc94407b627ab9f246334 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 11:11:17 +0000 Subject: [PATCH] Update league/event requirement from ^2.2 to ^3.0 Updates the requirements on [league/event](https://github.com/thephpleague/event) to permit the latest version. - [Release notes](https://github.com/thephpleague/event/releases) - [Changelog](https://github.com/thephpleague/event/blob/master/changelog.md) - [Commits](https://github.com/thephpleague/event/compare/2.2.0...3.0.2) --- updated-dependencies: - dependency-name: league/event dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6d01aecd7..0186a7a8b 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "require": { "php": "^7.2 || ^8.0", "ext-openssl": "*", - "league/event": "^2.2", + "league/event": "^3.0", "lcobucci/jwt": "^3.4 || ^4.0", "psr/http-message": "^1.0.1", "defuse/php-encryption": "^2.2.1",