Skip to content

Commit 632e814

Browse files
committed
Update dependencies
1 parent d829387 commit 632e814

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"friendsofphp/php-cs-fixer": "^3.8",
3030
"larastan/larastan": "^2.9",
3131
"laravel/browser-kit-testing": "^7.2",
32-
"nunomaduro/collision": "^7.9",
33-
"orchestra/testbench": "^8.0",
34-
"phpunit/phpunit": "^10.5",
32+
"nunomaduro/collision": "^7.0|^8.1",
33+
"orchestra/testbench": "^8.0|^9.0",
34+
"phpunit/phpunit": "^10.0",
3535
"spatie/laravel-ray": "^1.26"
3636
},
3737
"autoload": {

tests/Fixtures/TestUser.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,9 @@ public function canAccessPanel(Panel $panel): bool
5757
{
5858
return $this->is_admin;
5959
}
60+
61+
public function getAuthPasswordName(): string
62+
{
63+
return 'test-user-auth-password-name';
64+
}
6065
}

0 commit comments

Comments
 (0)