Update packcages

This commit is contained in:
James Cole
2025-05-19 17:53:33 +02:00
parent 1ff8a48ca3
commit 2b3172ba8e
3 changed files with 3 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ class AppServiceProvider extends ServiceProvider
public function boot(): void public function boot(): void
{ {
Schema::defaultStringLength(191); Schema::defaultStringLength(191);
Passport::$clientUuids = false;
Response::macro('api', function (array $value) { Response::macro('api', function (array $value) {
$headers = [ $headers = [
'Cache-Control' => 'no-store', 'Cache-Control' => 'no-store',

View File

@@ -89,7 +89,7 @@
"jc5/recovery": "^2", "jc5/recovery": "^2",
"laravel-notification-channels/pushover": "^4.0", "laravel-notification-channels/pushover": "^4.0",
"laravel/framework": "^12", "laravel/framework": "^12",
"laravel/passport": "^13", "laravel/passport": "^13.0",
"laravel/sanctum": "^4.1", "laravel/sanctum": "^4.1",
"laravel/slack-notification-channel": "^3.3", "laravel/slack-notification-channel": "^3.3",
"laravel/ui": "^4.2", "laravel/ui": "^4.2",

2
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "409b149ae5d1a654c5e764e91c86255b", "content-hash": "6f1ffe4fde89e06daca72732fa904917",
"packages": [ "packages": [
{ {
"name": "bacon/bacon-qr-code", "name": "bacon/bacon-qr-code",