Skip to content

Commit

Permalink
chore: upgrade to Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin committed Mar 17, 2024
1 parent f300dc4 commit ae3ee9d
Show file tree
Hide file tree
Showing 2 changed files with 1,185 additions and 2,233 deletions.
15 changes: 7 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,24 @@
"require": {
"php": "^8.2",
"doctrine/dbal": "^3.2",
"guzzlehttp/guzzle": "^7.0.1",
"inertiajs/inertia-laravel": "^0",
"guzzlehttp/guzzle": "^7.4",
"inertiajs/inertia-laravel": "^1.0",
"laravel/fortify": "^1.12",
"laravel/framework": "^10.0",
"laravel/jetstream": "^4.0",
"laravel/sanctum": "^3.2",
"laravel/tinker": "^2.6",
"laravel/framework": "^11.0",
"laravel/jetstream": "^5.0",
"laravel/sanctum": "^4.0",
"laravel/ui": "^4.0",
"monicahq/laravel-cloudflare": "^3.0",
"sentry/sentry-laravel": "^4.0",
"thecodingmachine/safe": "^2.0",
"tightenco/ziggy": "^1.0"
"tightenco/ziggy": "^2.0"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3",
"fakerphp/faker": "^1.10",
"larastan/larastan": "^2.1",
"mockery/mockery": "^1.0",
"nunomaduro/collision": "^7.0",
"nunomaduro/collision": "^8.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpunit/phpunit": "^10.0",
"psalm/plugin-laravel": "^2.0",
Expand Down
Loading

0 comments on commit ae3ee9d

Please sign in to comment.