Skip to content

Commit

Permalink
Fix constraints to support php 8.3 (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
mischabraam committed Oct 23, 2024
1 parent 0e61d10 commit bdeda91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"valet-plus"
],
"require": {
"php": ">=7.1 <8.3",
"php": "^7.1|^8.0",
"laravel/valet": "^4.5"
},
"require-dev": {
Expand Down

0 comments on commit bdeda91

Please sign in to comment.