Skip to content

Commit

Permalink
Upgrade -> laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
soheilkhaledabdi committed Apr 4, 2024
1 parent 5707208 commit 0cf8efb
Show file tree
Hide file tree
Showing 3 changed files with 681 additions and 605 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"require": {
"php": "^8.1",
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^10.10",
"laravel/jetstream": "^4.0",
"laravel/framework": "^11.00",
"laravel/jetstream": "^5.0",
"laravel/pulse": "^1.0@beta",
"laravel/sanctum": "^3.3",
"laravel/sanctum": "^4.0",
"laravel/tinker": "^2.8",
"livewire/livewire": "^3.0",
"spatie/laravel-permission": "^6.1"
Expand All @@ -21,7 +21,7 @@
"laravel/pint": "^1.13",
"laravel/sail": "^1.18",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^7.0",
"nunomaduro/collision": "^8.1",
"phpunit/phpunit": "^10.1",
"spatie/laravel-ignition": "^2.0"
},
Expand Down
Loading

0 comments on commit 0cf8efb

Please sign in to comment.