Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Update to support PHP 7.4 and PHP 8.0
  • Loading branch information
coolsam726 authored Jul 13, 2021
1 parent 9f34cc0 commit d28cc4f
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 @@ -19,7 +19,7 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.4|^8.0",
"ext-curl": "*",
"ext-json": "*"
},
Expand Down

0 comments on commit d28cc4f

Please sign in to comment.