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.
2 parents 72571fe + 47b8da2 commit 0a6832aCopy full SHA for 0a6832a
composer.json
@@ -12,8 +12,8 @@
12
],
13
"require": {
14
"php": "^7.3",
15
- "illuminate/auth": "^7.28",
16
- "illuminate/contracts": "^7.28"
+ "illuminate/auth": "^7.28 || ^8.0",
+ "illuminate/contracts": "^7.28 || ^8.0"
17
},
18
"require-dev": {
19
"phpunit/phpunit": "^9.3",
tests/Fixtures/FakeDispatcher.php
@@ -6,7 +6,7 @@
6
7
final class FakeDispatcher implements Dispatcher
8
{
9
- public function listen($events, $listener)
+ public function listen($events, $listener = null)
10
11
}
0 commit comments