Skip to content

Commit

Permalink
Update required php version to >= 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Miroslav Hlávka committed May 13, 2021
1 parent 0e80d5c commit ef105b5
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 @@ -9,7 +9,7 @@
}
],
"require": {
"php": ">=5.4.0"
"php": ">=7.3"
},
"suggest": {
"ext-curl": "Simplifies the library usage (you don't have to provide your own requester)"
Expand Down

0 comments on commit ef105b5

Please sign in to comment.