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 d829387 commit 632e814Copy full SHA for 632e814
composer.json
@@ -29,9 +29,9 @@
29
"friendsofphp/php-cs-fixer": "^3.8",
30
"larastan/larastan": "^2.9",
31
"laravel/browser-kit-testing": "^7.2",
32
- "nunomaduro/collision": "^7.9",
33
- "orchestra/testbench": "^8.0",
34
- "phpunit/phpunit": "^10.5",
+ "nunomaduro/collision": "^7.0|^8.1",
+ "orchestra/testbench": "^8.0|^9.0",
+ "phpunit/phpunit": "^10.0",
35
"spatie/laravel-ray": "^1.26"
36
},
37
"autoload": {
tests/Fixtures/TestUser.php
@@ -57,4 +57,9 @@ public function canAccessPanel(Panel $panel): bool
57
{
58
return $this->is_admin;
59
}
60
+
61
+ public function getAuthPasswordName(): string
62
+ {
63
+ return 'test-user-auth-password-name';
64
+ }
65
0 commit comments