We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1065a8d commit fb905d3Copy full SHA for fb905d3
composer.json
@@ -6,7 +6,6 @@
6
"require": {
7
"php": "^7.2 || ^8.0",
8
"ext-openssl": "*",
9
- "league/event": "^2.2",
10
"lcobucci/jwt": "^3.4 || ^4.0",
11
"psr/event-dispatcher": "^1.0",
12
"psr/http-message": "^1.0.1",
@@ -20,6 +19,9 @@
20
19
"phpstan/phpstan-phpunit": "^0.12.16",
21
"roave/security-advisories": "dev-master"
22
},
+ "suggest": {
23
+ "league/event": "Required to use the EventDispatcher (^3.0)."
24
+ },
25
"repositories": [
26
{
27
"type": "git",
src/RequestEvent.php
0 commit comments