Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
modernben authored May 6, 2024
1 parent 4725470 commit 790dc74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
],
"require": {
"php": "^8.1",
"illuminate/support": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0|^11.0",
"livewire/livewire": "^2.12|^3.0"
},
"require-dev": {
"orchestra/testbench": "^7.0|^8.5",
"phpunit/phpunit": "^9.0|^10.1"
"orchestra/testbench": "^7.0|^8.5|^9.0",
"phpunit/phpunit": "^9.0|^10.1|^11.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 790dc74

Please sign in to comment.