Skip to content

Commit

Permalink
update laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
miftahurrahmi committed Jun 3, 2024
1 parent d00ac34 commit 0503b9d
Show file tree
Hide file tree
Showing 6 changed files with 475 additions and 464 deletions.
41 changes: 18 additions & 23 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,30 +24,25 @@
},
"type": "library",
"require": {
"laravel-doctrine/orm": "2.1",
"psr/http-message": "1.1",
"arcanedev/log-viewer": "8.1.0",
"larapack/doctrine-support": "0.1.9",
"darkaonline/l5-swagger": "8.5",
"symfony/var-exporter": "5.4.21",
"phpstan/phpstan": "1.10.15",
"spatie/laravel-backup": "7.8",
"unisharp/laravel-filemanager": "2.6",
"spatie/laravel-activitylog": "4.7.1",
"php-open-source-saver/jwt-auth": "2.1.0",
"google/apiclient": "2.13.2",
"spatie/flysystem-dropbox": "1.2.3",
"masbug/flysystem-google-drive-ext": "1.3.2",
"laravel/octane": "1.5.5",
"laravel/sanctum": "2.15.1",
"laravel/tinker": "2.8.1",
"laravel/ui": "3.4.6",
"webpatser/laravel-uuid": "4.0.1",
"predis/predis": "2.1.2",
"guzzlehttp/guzzle": "7.5.1",
"zircote/swagger-php": "4.7.10",
"doctrine/dbal": "2.13.9",
"league/flysystem-aws-s3-v3": "1.0.29",
"league/flysystem": "1.1.10"
"arcanedev/log-viewer": "^11.0",
"darkaonline/l5-swagger": "^8.6",
"phpstan/phpstan": "^1.11",
"spatie/laravel-backup": "^8.8",
"unisharp/laravel-filemanager": "^2.9",
"spatie/laravel-activitylog": "^4.8",
"php-open-source-saver/jwt-auth": "^2.3",
"google/apiclient": "^2.16",
"spatie/flysystem-dropbox": "^3.0",
"masbug/flysystem-google-drive-ext": "^2.3",
"laravel/octane": "^2.3",
"laravel/sanctum": "^4.0",
"laravel/ui": "^4.5",
"webpatser/laravel-uuid": "^4.0",
"predis/predis": "^2.2",
"league/flysystem-aws-s3-v3": "^3.28",
"league/flysystem": "^3.28"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down
6 changes: 6 additions & 0 deletions src/Config/badaso-hidden-tables.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,10 @@
'personal_access_tokens',
'users',
'password_resets',
'cache',
'cache_locks',
'jobs',
'job_batches',
'password_reset_tokens',
'sessions'
];
Loading

0 comments on commit 0503b9d

Please sign in to comment.