chore(deps): update dependencies (#1659)

This commit is contained in:
René Bos 2023-02-25 06:39:47 +01:00 committed by GitHub
parent 545a303e0a
commit 050d898857
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 752 additions and 605 deletions

View file

@ -19,7 +19,7 @@ class Kernel extends HttpKernel
/**
* The application's global HTTP middleware stack.
*
* @var array
* @var array<int,class-string>
*/
protected $middleware = [
CheckForMaintenanceMode::class,
@ -31,7 +31,7 @@ class Kernel extends HttpKernel
/**
* The application's route middleware groups.
*
* @var array
* @var array<string,array<int,string>>
*/
protected $middlewareGroups = [
'web' => [
@ -46,7 +46,7 @@ class Kernel extends HttpKernel
/**
* The application's route middleware.
*
* @var array
* @var array<string,class-string>
*/
protected $routeMiddleware = [
'auth' => Authenticate::class,

View file

@ -9,7 +9,7 @@ class EncryptCookies extends BaseEncrypter
/**
* The names of the cookies that should not be encrypted.
*
* @var array
* @var array<int,string>
*/
protected $except = [
];

View file

@ -9,7 +9,7 @@ class TrimStrings extends BaseTrimmer
/**
* The names of the attributes that should not be trimmed.
*
* @var array
* @var array<int,string>
*/
protected $except = [
'password',

View file

@ -9,7 +9,7 @@ class VerifyCsrfToken extends BaseVerifier
/**
* The URIs that should be excluded from CSRF verification.
*
* @var array
* @var array<int,string>
*/
protected $except = [
];

1345
composer.lock generated

File diff suppressed because it is too large Load diff