Skip to content

Commit

Permalink
Update laravel to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
HamasakiBrain committed Feb 19, 2023
1 parent ca79242 commit 9542375
Show file tree
Hide file tree
Showing 3 changed files with 347 additions and 177 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"keywords": ["framework", "laravel"],
"license": "MIT",
"require": {
"php": "^8.0.2",
"php": "^8.1",
"guzzlehttp/guzzle": "^7.2",
"inertiajs/inertia-laravel": "^0.6.8",
"laravel/framework": "^9.19",
"laravel/framework": "^10.0",
"laravel/jetstream": "^2.16",
"laravel/sanctum": "^3.0",
"laravel/sanctum": "^3.2",
"laravel/tinker": "^2.7",
"nwidart/laravel-modules": "^9.0",
"nwidart/laravel-modules": "^10.0",
"tightenco/ziggy": "^1.0"
},
"require-dev": {
Expand All @@ -22,7 +22,7 @@
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^6.1",
"phpunit/phpunit": "^9.5.10",
"spatie/laravel-ignition": "^1.0"
"spatie/laravel-ignition": "^2.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 9542375

Please sign in to comment.