Skip to content

Commit

Permalink
Update PHP version requirement to support PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dsjacobsen committed Apr 24, 2024
1 parent 5467603 commit 7303d74
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 @@ -11,7 +11,7 @@
}
],
"require": {
"php": "^7.4|^8.0",
"php": "^7.4|^8.3",
"guzzlehttp/guzzle": "^7.2",
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0",
"illuminate/http": "^8.0|^9.0|^10.0|^11.0",
Expand Down

1 comment on commit 7303d74

@drakakisgeo
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Had to Fork this because this way 8.2 is excluded and I was already using this. Thanks for the package!

Please sign in to comment.