chore: upgrade to L9

BREAKING CHANGE: This commit updates the Laravel framework to version 9. Additionally, it also updates outdated and abandoned dependencies in the composer.json file.

The resources/lang directory has also been moved to the repository's root directory.
This commit is contained in:
2022-02-22 19:46:18 +00:00
parent b6213bc66f
commit f61a287c78
65 changed files with 1634 additions and 1773 deletions

View File

@@ -10,37 +10,35 @@
"require": {
"php": "^8.0",
"ext-json": "*",
"arcanedev/log-viewer": "^8.1.0",
"dingo/api": "^3.0",
"arcanedev/log-viewer": "^9.0.0",
"doctrine/dbal": "^2.10",
"fideloper/proxy": "^4.2",
"fruitcake/laravel-cors": "^1.0",
"geo-sot/laravel-env-editor": "^0.9.9",
"graham-campbell/markdown": "^13.1",
"fruitcake/laravel-cors": "^2.1",
"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": "^8.0",
"laravel/framework": "^9.0",
"laravel/slack-notification-channel": "^2.0",
"laravel/socialite": "^5.2",
"laravel/tinker": "^2.0",
"laravel/ui": "^3.0",
"mcamara/laravel-localization": "^1.5",
"mpociot/teamwork": "^6.1",
"mcamara/laravel-localization": "^1.7",
"mpociot/teamwork": "^7.0",
"pragmarx/google2fa-laravel": "^1.3",
"sentry/sentry-laravel": "2.9.0",
"sentry/sentry-laravel": "2.11.*",
"socialiteproviders/discord": "^4.1",
"spatie/laravel-permission": "^3.13",
"ext-xdebug": "*"
"spatie/laravel-permission": "^5.5"
},
"require-dev": {
"ext-xdebug": "*",
"barryvdh/laravel-debugbar": "^3.3",
"facade/ignition": "^2.3.6",
"fzaninotto/faker": "^1.9.1",
"fakerphp/faker": "^1.19",
"mockery/mockery": "^1.3.1",
"nunomaduro/collision": "^5.0",
"phpunit/phpunit": "^9.3"
"nunomaduro/collision": "^6.1",
"phpunit/phpunit": "^9.3",
"spatie/laravel-ignition": "^1.0"
},
"config": {
"optimize-autoloader": true,