Skip to content

Commit

Permalink
bump dependencies to support laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
cyppe committed Apr 10, 2024
1 parent 8058226 commit 2de507d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@
}
],
"require": {
"php": "^8.0",
"laravel/framework": "^10.*|^11.*",
"php": "^8.1",
"illuminate/support": "^10.0|^11.0",
"illuminate/bus": "^10.0|^11.0",
"illuminate/database": "^10.0|^11.0",
"illuminate/redis": "^10.0|^11.0",
"laravel/pint": "^1.14"
},
"extra": {
Expand Down

0 comments on commit 2de507d

Please sign in to comment.