Skip to content

Commit

Permalink
add php 8.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ph7jack committed Feb 19, 2024
1 parent 0752b62 commit bf60846
Show file tree
Hide file tree
Showing 7 changed files with 1,778 additions and 1,140 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
}
],
"require": {
"php": "^8.2",
"laravel/framework": "^10.0",
"livewire/livewire": "^2.12"
"php": "^8.2|^8.3",
"laravel/framework": "^10.0|^11.0",
"livewire/livewire": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^10.0",
Expand Down
Loading

0 comments on commit bf60846

Please sign in to comment.