Skip to content

Commit

Permalink
fix: allow php version ^7.4|^8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thorbrink committed Feb 16, 2024
1 parent 8745f3d commit 26b7a7a
Show file tree
Hide file tree
Showing 2 changed files with 182 additions and 251 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"minimum-stability": "stable",
"require": {
"php": "^8.3",
"php": "^7.4|^8.0",
"ext-json": "*",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
Expand Down
Loading

0 comments on commit 26b7a7a

Please sign in to comment.