Skip to content

Commit

Permalink
chore: upgrade to Laravel-11 (#1060)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Mar 17, 2024
1 parent 8356fd9 commit e2f6c6e
Show file tree
Hide file tree
Showing 2 changed files with 5,168 additions and 7,751 deletions.
24 changes: 12 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,33 @@
"license": "MIT",
"type": "project",
"require": {
"php": "^8.1",
"php": "^8.2",
"ext-exif": "*",
"ext-fileinfo": "*",
"erusev/parsedown": "^1.7",
"guzzlehttp/guzzle": "^7.0",
"inertiajs/inertia-laravel": "^0",
"guzzlehttp/guzzle": "^7.4",
"inertiajs/inertia-laravel": "^1.0",
"laravel/fortify": "^1.12",
"laravel/framework": "^10.0",
"laravel/framework": "^11.0",
"laravel/helpers": "^1.1",
"laravel/jetstream": "^2.7",
"laravel/sanctum": "^3.2",
"laravel/jetstream": "^5.0",
"laravel/sanctum": "^4.0",
"laravel/ui": "^4.0",
"monicahq/laravel-cloudflare": "3.7",
"monicahq/laravel-cloudflare": "^3.7",
"pirsch-analytics/laravel-pirsch": "^0",
"sentry/sentry-laravel": "^3.2",
"sentry/sentry-laravel": "^4.3",
"spatie/laravel-feed": "^4.0",
"spatie/laravel-sitemap": "^6.0",
"spatie/laravel-sitemap": "^7.2",
"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",
"laravel/legacy-factories": "^1.1",
"mockery/mockery": "^1.0",
"nunomaduro/collision": "^6.1",
"larastan/larastan": "^2.1",
"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 e2f6c6e

Please sign in to comment.