Skip to content

Commit

Permalink
feat: support php version 8.1 (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: Ashish kumar <akumar@liveintent.com>
  • Loading branch information
ashishkumarqait and Ashish kumar authored Apr 19, 2022
1 parent ecb6c3b commit bd40a10
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 @@ -8,7 +8,7 @@
],
"license": "MIT",
"require": {
"php": "^8.0",
"php": "^8.0|^8.1",
"guzzlehttp/guzzle": "^7.3",
"illuminate/collections": "^8.40",
"illuminate/contracts": "^8.40",
Expand Down

0 comments on commit bd40a10

Please sign in to comment.