Skip to content

Commit

Permalink
laravel v11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
introwit committed Mar 13, 2024
1 parent 4b60e03 commit 9074cad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
}
},
"require": {
"illuminate/support": "^10.22"
"illuminate/support": "^11.0"
},
"require-dev": {
"orchestra/testbench": "^8.10",
"orchestra/testbench": "^9.0",
"phpunit/phpunit": "^10.0"
},
"extra": {
Expand Down

0 comments on commit 9074cad

Please sign in to comment.