Skip to content

Commit fb905d3

Browse files
Remove league/event dependency
Signed-off-by: Eugene Borovov <[email protected]>
1 parent 1065a8d commit fb905d3

File tree

2 files changed

+3
-50
lines changed

2 files changed

+3
-50
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"require": {
77
"php": "^7.2 || ^8.0",
88
"ext-openssl": "*",
9-
"league/event": "^2.2",
109
"lcobucci/jwt": "^3.4 || ^4.0",
1110
"psr/event-dispatcher": "^1.0",
1211
"psr/http-message": "^1.0.1",
@@ -20,6 +19,9 @@
2019
"phpstan/phpstan-phpunit": "^0.12.16",
2120
"roave/security-advisories": "dev-master"
2221
},
22+
"suggest": {
23+
"league/event": "Required to use the EventDispatcher (^3.0)."
24+
},
2325
"repositories": [
2426
{
2527
"type": "git",

src/RequestEvent.php

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)