Skip to content

Commit

Permalink
Update league/event requirement from ^2.2 to ^3.0
Browse files Browse the repository at this point in the history
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](thephpleague/event@2.2.0...3.0.2)

---
updated-dependencies:
- dependency-name: league/event
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 31, 2022
1 parent 4058765 commit b0892b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b0892b4

Please sign in to comment.