Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Fix PHP7.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Mar 17, 2023
1 parent 356674e commit 7a3bb15
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 @@ -10,7 +10,7 @@
"require": {
"php": ">=7.4",
"guzzlehttp/guzzle": "^7.2.0",
"ramsey/uuid": "^4.2.0"
"ramsey/uuid": "4.2.3"
},
"require-dev": {
"pestphp/pest": "^1.22"
Expand Down

0 comments on commit 7a3bb15

Please sign in to comment.