Skip to content

Commit

Permalink
added support for laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
santoshjena007 committed May 15, 2024
1 parent fc2d1ec commit 9cc53aa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
}
],
"require": {
"php": "^7.4|^8.0",
"illuminate/support": "^8.67|^9.0|^10.0"
"php": "^7.4|^8.0|^8.2",
"illuminate/support": "^8.67|^9.0|^10.0|^11.0"
},
"require-dev": {
"orchestra/testbench": "^8.14",
"phpunit/phpunit": "^10.4",
"livewire/livewire": "^3.1"
"orchestra/testbench": "^8.14|^9.0",
"phpunit/phpunit": "^10.4|^11.1",
"livewire/livewire": "^3.1|^3.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9cc53aa

Please sign in to comment.