chore(deps): updated dependencies to Laravel 10
See #21 for details Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
parent
d1efd3e1fd
commit
4bf8190fe6
@ -34,7 +34,7 @@ class Kernel extends HttpKernel
|
||||
*/
|
||||
protected $middleware = [
|
||||
\App\Http\Middleware\TrustProxies::class,
|
||||
\Fruitcake\Cors\HandleCors::class,
|
||||
\Illuminate\Http\Middleware\HandleCors::class,
|
||||
\App\Http\Middleware\CheckForMaintenanceMode::class,
|
||||
\Illuminate\Foundation\Http\Middleware\ValidatePostSize::class,
|
||||
\App\Http\Middleware\TrimStrings::class,
|
||||
|
@ -11,32 +11,29 @@
|
||||
"php": "^8.0",
|
||||
"ext-json": "*",
|
||||
"barryvdh/laravel-translation-manager": "^0.6.3",
|
||||
"doctrine/dbal": "^2.10",
|
||||
"enlightn/enlightn": "^2.1",
|
||||
"fruitcake/laravel-cors": "^2.1",
|
||||
"doctrine/dbal": "^3.0",
|
||||
"geo-sot/laravel-env-editor": "^1.1.0",
|
||||
"graham-campbell/markdown": "14.0.x-dev",
|
||||
"guzzlehttp/guzzle": "^7.0.1",
|
||||
"jeroennoten/laravel-adminlte": "^3.2",
|
||||
"laravel-notification-channels/discord": "^1.3",
|
||||
"laravel-notification-channels/pusher-push-notifications": "^3.0",
|
||||
"laravel/framework": "^9.0",
|
||||
"laravel-notification-channels/pusher-push-notifications": "^4.1.0",
|
||||
"laravel/framework": "^10.0",
|
||||
"laravel/slack-notification-channel": "^2.0",
|
||||
"laravel/socialite": "^5.5",
|
||||
"laravel/tinker": "^2.0",
|
||||
"laravel/ui": "^3.0",
|
||||
"larswiegers/laravel-translations-checker": "^0.2.0",
|
||||
"mcamara/laravel-localization": "^1.7",
|
||||
"mpociot/teamwork": "^7.0",
|
||||
"laravel/ui": "^4.2",
|
||||
"larswiegers/laravel-translations-checker": "^0.4",
|
||||
"mcamara/laravel-localization": "^1.8",
|
||||
"mpociot/teamwork": "^8.0",
|
||||
"opcodesio/log-viewer": "^1.2",
|
||||
"pragmarx/google2fa-laravel": "^1.3",
|
||||
"sentry/sentry-laravel": "2.11.*",
|
||||
"sentry/sentry-laravel": "3.2.*",
|
||||
"socialiteproviders/discord": "^4.1",
|
||||
"spatie/laravel-permission": "^5.5"
|
||||
"spatie/laravel-permission": "^5.5",
|
||||
"ultrono/markdown": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"ext-xdebug": "*",
|
||||
"amirami/localizator": "^0.9.0@alpha",
|
||||
"barryvdh/laravel-debugbar": "^3.3",
|
||||
"barryvdh/laravel-ide-helper": "^2.12",
|
||||
"fakerphp/faker": "^1.19",
|
||||
@ -45,7 +42,7 @@
|
||||
"mockery/mockery": "^1.3.1",
|
||||
"nunomaduro/collision": "^6.1",
|
||||
"phpunit/phpunit": "^9.3",
|
||||
"spatie/laravel-ignition": "^1.0"
|
||||
"spatie/laravel-ignition": "^2.0"
|
||||
},
|
||||
"config": {
|
||||
"optimize-autoloader": true,
|
||||
@ -69,7 +66,7 @@
|
||||
"Tests\\": "tests/"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"minimum-stability": "stable",
|
||||
"prefer-stable": true,
|
||||
"scripts": {
|
||||
"post-autoload-dump": [
|
||||
|
4053
composer.lock
generated
Executable file → Normal file
4053
composer.lock
generated
Executable file → Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user