Skip to content

Commit

Permalink
break: upgrade to Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
uwla committed Sep 7, 2024
1 parent e152dda commit 892f0e5
Show file tree
Hide file tree
Showing 5 changed files with 6,110 additions and 5,796 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
}
],
"require": {
"illuminate/database": "^10.0",
"illuminate/auth": "^10.0",
"nunomaduro/phpinsights": "^2.11"
"illuminate/database": "^11.0",
"illuminate/auth": "^11.0"
},
"require-dev": {
"laravel/sanctum": "^3.2",
"orchestra/testbench": "^8.0",
"laravel/sanctum": "^4.0",
"nunomaduro/phpinsights": "^2.11",
"orchestra/testbench": "^9.0",
"phpunit/phpunit": "^10.0"
},
"scripts": {
Expand Down
Loading

0 comments on commit 892f0e5

Please sign in to comment.