Skip to content

Commit

Permalink
updated composer requirement to support laravel 11 based on php 8.2+
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanwilliammd committed Jul 2, 2024
1 parent 1edcf72 commit 05badcc
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 @@ -15,7 +15,7 @@
}
],
"require": {
"php": "^7.4|^8.0|^8.1|^8.2",
"php": "^7.4|^8.0|^8.1|^8.2|^8.3",
"guzzlehttp/guzzle": "^7.8",
"illuminate/config": "^8.0|^9.0|^10.00",
"illuminate/database": "^8.0|^9.0|^10.00",
Expand Down

0 comments on commit 05badcc

Please sign in to comment.