Skip to content

Commit f2c6498

Browse files
authored
Dependency updates (alexjustesen#190)
1 parent ea5bda2 commit f2c6498

File tree

4 files changed

+262
-175
lines changed

4 files changed

+262
-175
lines changed

.phpstorm.meta.php

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,9 @@
152152
'Spatie\LaravelIgnition\Recorders\LogRecorder\LogRecorder' => \Spatie\LaravelIgnition\Recorders\LogRecorder\LogRecorder::class,
153153
'Spatie\LaravelIgnition\Recorders\QueryRecorder\QueryRecorder' => \Spatie\LaravelIgnition\Recorders\QueryRecorder\QueryRecorder::class,
154154
'Spatie\LaravelIgnition\Support\SentReports' => \Spatie\LaravelIgnition\Support\SentReports::class,
155-
'Spatie\LaravelSettings\SettingsCache' => \Spatie\LaravelSettings\SettingsCache::class,
156155
'Spatie\LaravelSettings\SettingsMapper' => \Spatie\LaravelSettings\SettingsMapper::class,
157156
'Spatie\LaravelSettings\SettingsRepositories\SettingsRepository' => \Spatie\LaravelSettings\SettingsRepositories\DatabaseSettingsRepository::class,
157+
'Spatie\LaravelSettings\Support\SettingsCacheFactory' => \Spatie\LaravelSettings\Support\SettingsCacheFactory::class,
158158
'Squire\RepositoryManager' => \Squire\RepositoryManager::class,
159159
'Whoops\Handler\HandlerInterface' => \Spatie\LaravelIgnition\Renderers\IgnitionWhoopsHandler::class,
160160
'auth' => \Illuminate\Auth\AuthManager::class,
@@ -348,9 +348,9 @@
348348
'Spatie\LaravelIgnition\Recorders\LogRecorder\LogRecorder' => \Spatie\LaravelIgnition\Recorders\LogRecorder\LogRecorder::class,
349349
'Spatie\LaravelIgnition\Recorders\QueryRecorder\QueryRecorder' => \Spatie\LaravelIgnition\Recorders\QueryRecorder\QueryRecorder::class,
350350
'Spatie\LaravelIgnition\Support\SentReports' => \Spatie\LaravelIgnition\Support\SentReports::class,
351-
'Spatie\LaravelSettings\SettingsCache' => \Spatie\LaravelSettings\SettingsCache::class,
352351
'Spatie\LaravelSettings\SettingsMapper' => \Spatie\LaravelSettings\SettingsMapper::class,
353352
'Spatie\LaravelSettings\SettingsRepositories\SettingsRepository' => \Spatie\LaravelSettings\SettingsRepositories\DatabaseSettingsRepository::class,
353+
'Spatie\LaravelSettings\Support\SettingsCacheFactory' => \Spatie\LaravelSettings\Support\SettingsCacheFactory::class,
354354
'Squire\RepositoryManager' => \Squire\RepositoryManager::class,
355355
'Whoops\Handler\HandlerInterface' => \Spatie\LaravelIgnition\Renderers\IgnitionWhoopsHandler::class,
356356
'auth' => \Illuminate\Auth\AuthManager::class,
@@ -544,9 +544,9 @@
544544
'Spatie\LaravelIgnition\Recorders\LogRecorder\LogRecorder' => \Spatie\LaravelIgnition\Recorders\LogRecorder\LogRecorder::class,
545545
'Spatie\LaravelIgnition\Recorders\QueryRecorder\QueryRecorder' => \Spatie\LaravelIgnition\Recorders\QueryRecorder\QueryRecorder::class,
546546
'Spatie\LaravelIgnition\Support\SentReports' => \Spatie\LaravelIgnition\Support\SentReports::class,
547-
'Spatie\LaravelSettings\SettingsCache' => \Spatie\LaravelSettings\SettingsCache::class,
548547
'Spatie\LaravelSettings\SettingsMapper' => \Spatie\LaravelSettings\SettingsMapper::class,
549548
'Spatie\LaravelSettings\SettingsRepositories\SettingsRepository' => \Spatie\LaravelSettings\SettingsRepositories\DatabaseSettingsRepository::class,
549+
'Spatie\LaravelSettings\Support\SettingsCacheFactory' => \Spatie\LaravelSettings\Support\SettingsCacheFactory::class,
550550
'Squire\RepositoryManager' => \Squire\RepositoryManager::class,
551551
'Whoops\Handler\HandlerInterface' => \Spatie\LaravelIgnition\Renderers\IgnitionWhoopsHandler::class,
552552
'auth' => \Illuminate\Auth\AuthManager::class,
@@ -740,9 +740,9 @@
740740
'Spatie\LaravelIgnition\Recorders\LogRecorder\LogRecorder' => \Spatie\LaravelIgnition\Recorders\LogRecorder\LogRecorder::class,
741741
'Spatie\LaravelIgnition\Recorders\QueryRecorder\QueryRecorder' => \Spatie\LaravelIgnition\Recorders\QueryRecorder\QueryRecorder::class,
742742
'Spatie\LaravelIgnition\Support\SentReports' => \Spatie\LaravelIgnition\Support\SentReports::class,
743-
'Spatie\LaravelSettings\SettingsCache' => \Spatie\LaravelSettings\SettingsCache::class,
744743
'Spatie\LaravelSettings\SettingsMapper' => \Spatie\LaravelSettings\SettingsMapper::class,
745744
'Spatie\LaravelSettings\SettingsRepositories\SettingsRepository' => \Spatie\LaravelSettings\SettingsRepositories\DatabaseSettingsRepository::class,
745+
'Spatie\LaravelSettings\Support\SettingsCacheFactory' => \Spatie\LaravelSettings\Support\SettingsCacheFactory::class,
746746
'Squire\RepositoryManager' => \Squire\RepositoryManager::class,
747747
'Whoops\Handler\HandlerInterface' => \Spatie\LaravelIgnition\Renderers\IgnitionWhoopsHandler::class,
748748
'auth' => \Illuminate\Auth\AuthManager::class,
@@ -936,9 +936,9 @@
936936
'Spatie\LaravelIgnition\Recorders\LogRecorder\LogRecorder' => \Spatie\LaravelIgnition\Recorders\LogRecorder\LogRecorder::class,
937937
'Spatie\LaravelIgnition\Recorders\QueryRecorder\QueryRecorder' => \Spatie\LaravelIgnition\Recorders\QueryRecorder\QueryRecorder::class,
938938
'Spatie\LaravelIgnition\Support\SentReports' => \Spatie\LaravelIgnition\Support\SentReports::class,
939-
'Spatie\LaravelSettings\SettingsCache' => \Spatie\LaravelSettings\SettingsCache::class,
940939
'Spatie\LaravelSettings\SettingsMapper' => \Spatie\LaravelSettings\SettingsMapper::class,
941940
'Spatie\LaravelSettings\SettingsRepositories\SettingsRepository' => \Spatie\LaravelSettings\SettingsRepositories\DatabaseSettingsRepository::class,
941+
'Spatie\LaravelSettings\Support\SettingsCacheFactory' => \Spatie\LaravelSettings\Support\SettingsCacheFactory::class,
942942
'Squire\RepositoryManager' => \Squire\RepositoryManager::class,
943943
'Whoops\Handler\HandlerInterface' => \Spatie\LaravelIgnition\Renderers\IgnitionWhoopsHandler::class,
944944
'auth' => \Illuminate\Auth\AuthManager::class,
@@ -1132,9 +1132,9 @@
11321132
'Spatie\LaravelIgnition\Recorders\LogRecorder\LogRecorder' => \Spatie\LaravelIgnition\Recorders\LogRecorder\LogRecorder::class,
11331133
'Spatie\LaravelIgnition\Recorders\QueryRecorder\QueryRecorder' => \Spatie\LaravelIgnition\Recorders\QueryRecorder\QueryRecorder::class,
11341134
'Spatie\LaravelIgnition\Support\SentReports' => \Spatie\LaravelIgnition\Support\SentReports::class,
1135-
'Spatie\LaravelSettings\SettingsCache' => \Spatie\LaravelSettings\SettingsCache::class,
11361135
'Spatie\LaravelSettings\SettingsMapper' => \Spatie\LaravelSettings\SettingsMapper::class,
11371136
'Spatie\LaravelSettings\SettingsRepositories\SettingsRepository' => \Spatie\LaravelSettings\SettingsRepositories\DatabaseSettingsRepository::class,
1137+
'Spatie\LaravelSettings\Support\SettingsCacheFactory' => \Spatie\LaravelSettings\Support\SettingsCacheFactory::class,
11381138
'Squire\RepositoryManager' => \Squire\RepositoryManager::class,
11391139
'Whoops\Handler\HandlerInterface' => \Spatie\LaravelIgnition\Renderers\IgnitionWhoopsHandler::class,
11401140
'auth' => \Illuminate\Auth\AuthManager::class,
@@ -1328,9 +1328,9 @@
13281328
'Spatie\LaravelIgnition\Recorders\LogRecorder\LogRecorder' => \Spatie\LaravelIgnition\Recorders\LogRecorder\LogRecorder::class,
13291329
'Spatie\LaravelIgnition\Recorders\QueryRecorder\QueryRecorder' => \Spatie\LaravelIgnition\Recorders\QueryRecorder\QueryRecorder::class,
13301330
'Spatie\LaravelIgnition\Support\SentReports' => \Spatie\LaravelIgnition\Support\SentReports::class,
1331-
'Spatie\LaravelSettings\SettingsCache' => \Spatie\LaravelSettings\SettingsCache::class,
13321331
'Spatie\LaravelSettings\SettingsMapper' => \Spatie\LaravelSettings\SettingsMapper::class,
13331332
'Spatie\LaravelSettings\SettingsRepositories\SettingsRepository' => \Spatie\LaravelSettings\SettingsRepositories\DatabaseSettingsRepository::class,
1333+
'Spatie\LaravelSettings\Support\SettingsCacheFactory' => \Spatie\LaravelSettings\Support\SettingsCacheFactory::class,
13341334
'Squire\RepositoryManager' => \Squire\RepositoryManager::class,
13351335
'Whoops\Handler\HandlerInterface' => \Spatie\LaravelIgnition\Renderers\IgnitionWhoopsHandler::class,
13361336
'auth' => \Illuminate\Auth\AuthManager::class,
@@ -1524,9 +1524,9 @@
15241524
'Spatie\LaravelIgnition\Recorders\LogRecorder\LogRecorder' => \Spatie\LaravelIgnition\Recorders\LogRecorder\LogRecorder::class,
15251525
'Spatie\LaravelIgnition\Recorders\QueryRecorder\QueryRecorder' => \Spatie\LaravelIgnition\Recorders\QueryRecorder\QueryRecorder::class,
15261526
'Spatie\LaravelIgnition\Support\SentReports' => \Spatie\LaravelIgnition\Support\SentReports::class,
1527-
'Spatie\LaravelSettings\SettingsCache' => \Spatie\LaravelSettings\SettingsCache::class,
15281527
'Spatie\LaravelSettings\SettingsMapper' => \Spatie\LaravelSettings\SettingsMapper::class,
15291528
'Spatie\LaravelSettings\SettingsRepositories\SettingsRepository' => \Spatie\LaravelSettings\SettingsRepositories\DatabaseSettingsRepository::class,
1529+
'Spatie\LaravelSettings\Support\SettingsCacheFactory' => \Spatie\LaravelSettings\Support\SettingsCacheFactory::class,
15301530
'Squire\RepositoryManager' => \Squire\RepositoryManager::class,
15311531
'Whoops\Handler\HandlerInterface' => \Spatie\LaravelIgnition\Renderers\IgnitionWhoopsHandler::class,
15321532
'auth' => \Illuminate\Auth\AuthManager::class,
@@ -1720,9 +1720,9 @@
17201720
'Spatie\LaravelIgnition\Recorders\LogRecorder\LogRecorder' => \Spatie\LaravelIgnition\Recorders\LogRecorder\LogRecorder::class,
17211721
'Spatie\LaravelIgnition\Recorders\QueryRecorder\QueryRecorder' => \Spatie\LaravelIgnition\Recorders\QueryRecorder\QueryRecorder::class,
17221722
'Spatie\LaravelIgnition\Support\SentReports' => \Spatie\LaravelIgnition\Support\SentReports::class,
1723-
'Spatie\LaravelSettings\SettingsCache' => \Spatie\LaravelSettings\SettingsCache::class,
17241723
'Spatie\LaravelSettings\SettingsMapper' => \Spatie\LaravelSettings\SettingsMapper::class,
17251724
'Spatie\LaravelSettings\SettingsRepositories\SettingsRepository' => \Spatie\LaravelSettings\SettingsRepositories\DatabaseSettingsRepository::class,
1725+
'Spatie\LaravelSettings\Support\SettingsCacheFactory' => \Spatie\LaravelSettings\Support\SettingsCacheFactory::class,
17261726
'Squire\RepositoryManager' => \Squire\RepositoryManager::class,
17271727
'Whoops\Handler\HandlerInterface' => \Spatie\LaravelIgnition\Renderers\IgnitionWhoopsHandler::class,
17281728
'auth' => \Illuminate\Auth\AuthManager::class,
@@ -1916,9 +1916,9 @@
19161916
'Spatie\LaravelIgnition\Recorders\LogRecorder\LogRecorder' => \Spatie\LaravelIgnition\Recorders\LogRecorder\LogRecorder::class,
19171917
'Spatie\LaravelIgnition\Recorders\QueryRecorder\QueryRecorder' => \Spatie\LaravelIgnition\Recorders\QueryRecorder\QueryRecorder::class,
19181918
'Spatie\LaravelIgnition\Support\SentReports' => \Spatie\LaravelIgnition\Support\SentReports::class,
1919-
'Spatie\LaravelSettings\SettingsCache' => \Spatie\LaravelSettings\SettingsCache::class,
19201919
'Spatie\LaravelSettings\SettingsMapper' => \Spatie\LaravelSettings\SettingsMapper::class,
19211920
'Spatie\LaravelSettings\SettingsRepositories\SettingsRepository' => \Spatie\LaravelSettings\SettingsRepositories\DatabaseSettingsRepository::class,
1921+
'Spatie\LaravelSettings\Support\SettingsCacheFactory' => \Spatie\LaravelSettings\Support\SettingsCacheFactory::class,
19221922
'Squire\RepositoryManager' => \Squire\RepositoryManager::class,
19231923
'Whoops\Handler\HandlerInterface' => \Spatie\LaravelIgnition\Renderers\IgnitionWhoopsHandler::class,
19241924
'auth' => \Illuminate\Auth\AuthManager::class,
@@ -2112,9 +2112,9 @@
21122112
'Spatie\LaravelIgnition\Recorders\LogRecorder\LogRecorder' => \Spatie\LaravelIgnition\Recorders\LogRecorder\LogRecorder::class,
21132113
'Spatie\LaravelIgnition\Recorders\QueryRecorder\QueryRecorder' => \Spatie\LaravelIgnition\Recorders\QueryRecorder\QueryRecorder::class,
21142114
'Spatie\LaravelIgnition\Support\SentReports' => \Spatie\LaravelIgnition\Support\SentReports::class,
2115-
'Spatie\LaravelSettings\SettingsCache' => \Spatie\LaravelSettings\SettingsCache::class,
21162115
'Spatie\LaravelSettings\SettingsMapper' => \Spatie\LaravelSettings\SettingsMapper::class,
21172116
'Spatie\LaravelSettings\SettingsRepositories\SettingsRepository' => \Spatie\LaravelSettings\SettingsRepositories\DatabaseSettingsRepository::class,
2117+
'Spatie\LaravelSettings\Support\SettingsCacheFactory' => \Spatie\LaravelSettings\Support\SettingsCacheFactory::class,
21182118
'Squire\RepositoryManager' => \Squire\RepositoryManager::class,
21192119
'Whoops\Handler\HandlerInterface' => \Spatie\LaravelIgnition\Renderers\IgnitionWhoopsHandler::class,
21202120
'auth' => \Illuminate\Auth\AuthManager::class,

_ide_helper.php

Lines changed: 78 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
/**
66
* A helper file for Laravel, to provide autocomplete information to your IDE
7-
* Generated for Laravel 9.41.0.
7+
* Generated for Laravel 9.42.2.
88
*
99
* This file should not be included in your code, only analyzed by your IDE!
1010
*
@@ -2016,7 +2016,7 @@ public static function attempt($credentials = [], $remember = false)
20162016
* Attempt to authenticate a user with credentials and additional callbacks.
20172017
*
20182018
* @param array $credentials
2019-
* @param array|callable $callbacks
2019+
* @param array|callable|null $callbacks
20202020
* @param bool $remember
20212021
* @return bool
20222022
* @static
@@ -10998,6 +10998,7 @@ public static function setTrustedProxies($proxies, $trustedHeaderSet)
1099810998
/**
1099910999
* Gets the list of trusted proxies.
1100011000
*
11001+
* @return string[]
1100111002
* @static
1100211003
*/
1100311004
public static function getTrustedProxies()
@@ -11029,6 +11030,7 @@ public static function setTrustedHosts($hostPatterns)
1102911030
/**
1103011031
* Gets the list of trusted host patterns.
1103111032
*
11033+
* @return string[]
1103211034
* @static
1103311035
*/
1103411036
public static function getTrustedHosts()
@@ -11443,6 +11445,7 @@ public static function getMimeType($format)
1144311445
/**
1144411446
* Gets the mime types associated with the format.
1144511447
*
11448+
* @return string[]
1144611449
* @static
1144711450
*/
1144811451
public static function getMimeTypes($format)
@@ -11462,7 +11465,7 @@ public static function getFormat($mimeType)
1146211465
/**
1146311466
* Associates a format with mime types.
1146411467
*
11465-
* @param string|array $mimeTypes The associated mime types (the preferred one must be the first as it will be used as the content type)
11468+
* @param string|string[] $mimeTypes The associated mime types (the preferred one must be the first as it will be used as the content type)
1146611469
* @static
1146711470
*/
1146811471
public static function setFormat($format, $mimeTypes)
@@ -11498,14 +11501,26 @@ public static function setRequestFormat($format)
1149811501
return $instance->setRequestFormat($format);
1149911502
}
1150011503
/**
11501-
* Gets the format associated with the request.
11504+
* Gets the usual name of the format associated with the request's media type (provided in the Content-Type header).
1150211505
*
11506+
* @deprecated since Symfony 6.2, use getContentTypeFormat() instead
1150311507
* @static
1150411508
*/
1150511509
public static function getContentType()
1150611510
{ //Method inherited from \Symfony\Component\HttpFoundation\Request
1150711511
/** @var \Illuminate\Http\Request $instance */
1150811512
return $instance->getContentType();
11513+
}
11514+
/**
11515+
* Gets the usual name of the format associated with the request's media type (provided in the Content-Type header).
11516+
*
11517+
* @see Request::$formats
11518+
* @static
11519+
*/
11520+
public static function getContentTypeFormat()
11521+
{ //Method inherited from \Symfony\Component\HttpFoundation\Request
11522+
/** @var \Illuminate\Http\Request $instance */
11523+
return $instance->getContentTypeFormat();
1150911524
}
1151011525
/**
1151111526
* Sets the default locale.
@@ -11611,6 +11626,7 @@ public static function getProtocolVersion()
1161111626
*
1161211627
* @param bool $asResource If true, a resource will be returned
1161311628
* @return string|resource
11629+
* @psalm-return ($asResource is true ? resource : string)
1161411630
* @static
1161511631
*/
1161611632
public static function getContent($asResource = false)
@@ -11667,6 +11683,7 @@ public static function getPreferredLanguage($locales = null)
1166711683
/**
1166811684
* Gets a list of languages acceptable by the client browser ordered in the user browser preferences.
1166911685
*
11686+
* @return string[]
1167011687
* @static
1167111688
*/
1167211689
public static function getLanguages()
@@ -11677,6 +11694,7 @@ public static function getLanguages()
1167711694
/**
1167811695
* Gets a list of charsets acceptable by the client browser in preferable order.
1167911696
*
11697+
* @return string[]
1168011698
* @static
1168111699
*/
1168211700
public static function getCharsets()
@@ -11687,6 +11705,7 @@ public static function getCharsets()
1168711705
/**
1168811706
* Gets a list of encodings acceptable by the client browser in preferable order.
1168911707
*
11708+
* @return string[]
1169011709
* @static
1169111710
*/
1169211711
public static function getEncodings()
@@ -11697,6 +11716,7 @@ public static function getEncodings()
1169711716
/**
1169811717
* Gets a list of content types acceptable by the client browser in preferable order.
1169911718
*
11719+
* @return string[]
1170011720
* @static
1170111721
*/
1170211722
public static function getAcceptableContentTypes()
@@ -12998,6 +13018,60 @@ public static function apiResource($name, $controller, $options = [])
1299813018
{
1299913019
/** @var \Illuminate\Routing\Router $instance */
1300013020
return $instance->apiResource($name, $controller, $options);
13021+
}
13022+
/**
13023+
* Register an array of singleton resource controllers.
13024+
*
13025+
* @param array $singletons
13026+
* @param array $options
13027+
* @return void
13028+
* @static
13029+
*/
13030+
public static function singletons($singletons, $options = [])
13031+
{
13032+
/** @var \Illuminate\Routing\Router $instance */
13033+
$instance->singletons($singletons, $options);
13034+
}
13035+
/**
13036+
* Route a singleton resource to a controller.
13037+
*
13038+
* @param string $name
13039+
* @param string $controller
13040+
* @param array $options
13041+
* @return \Illuminate\Routing\PendingSingletonResourceRegistration
13042+
* @static
13043+
*/
13044+
public static function singleton($name, $controller, $options = [])
13045+
{
13046+
/** @var \Illuminate\Routing\Router $instance */
13047+
return $instance->singleton($name, $controller, $options);
13048+
}
13049+
/**
13050+
* Register an array of API singleton resource controllers.
13051+
*
13052+
* @param array $singletons
13053+
* @param array $options
13054+
* @return void
13055+
* @static
13056+
*/
13057+
public static function apiSingletons($singletons, $options = [])
13058+
{
13059+
/** @var \Illuminate\Routing\Router $instance */
13060+
$instance->apiSingletons($singletons, $options);
13061+
}
13062+
/**
13063+
* Route an API singleton resource to a controller.
13064+
*
13065+
* @param string $name
13066+
* @param string $controller
13067+
* @param array $options
13068+
* @return \Illuminate\Routing\PendingSingletonResourceRegistration
13069+
* @static
13070+
*/
13071+
public static function apiSingleton($name, $controller, $options = [])
13072+
{
13073+
/** @var \Illuminate\Routing\Router $instance */
13074+
return $instance->apiSingleton($name, $controller, $options);
1300113075
}
1300213076
/**
1300313077
* Create a route group with shared attributes.

0 commit comments

Comments
 (0)