mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-25 14:58:40 +00:00
Update packcages
This commit is contained in:
@@ -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',
|
||||||
|
@@ -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
2
composer.lock
generated
@@ -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",
|
||||||
|
Reference in New Issue
Block a user