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 e8662f9 commit 1c49198
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"type": "library",
"require": {
"php": ">=7.4",
"guzzlehttp/guzzle": "^7.2.0",
"ramsey/uuid": "4.2.3"
"guzzlehttp/guzzle": "^7.2",
"ramsey/uuid": "^4.2"
},
"require-dev": {
"pestphp/pest": "^1.22"
Expand Down Expand Up @@ -40,6 +40,9 @@
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
},
"platform": {
"php": "7.4"
}
},
"prefer-stable": true
Expand Down

0 comments on commit 1c49198

Please sign in to comment.