upgrade PHP dependencies (fix #247)
This commit is contained in:
parent
5b7bf8e7aa
commit
64f2beda02
2105
composer.lock
generated
2105
composer.lock
generated
File diff suppressed because it is too large
Load Diff
|
|
@ -275,7 +275,7 @@ return [
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'jwt' => Tymon\JWTAuth\Providers\JWT\Lcobucci::class,
|
'jwt' => Tymon\JWTAuth\Providers\JWT\Namshi::class,
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
|
@ -764,7 +764,7 @@ class AuthControllerTest extends TestCase
|
||||||
$user = User::factory()->create();
|
$user = User::factory()->create();
|
||||||
$user->changePassword('12345678');
|
$user->changePassword('12345678');
|
||||||
|
|
||||||
$this->postJson('/api/auth/login')->assertJson(['token' => false]);
|
$this->postJson('/api/auth/login')->assertJson(['token' => '']);
|
||||||
$token = $this->postJson('/api/auth/login', [
|
$token = $this->postJson('/api/auth/login', [
|
||||||
'email' => $user->email,
|
'email' => $user->email,
|
||||||
'password' => '12345678',
|
'password' => '12345678',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user