Skip to content

Commit

Permalink
Simplify PHP requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
greew committed Oct 15, 2024
1 parent a13171c commit 2781004
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 @@ -4,7 +4,7 @@
"type": "library",
"license": "GPL-3.0-or-later",
"require": {
"php": "^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3",
"php": "^7.3 || ^8.0",
"league/oauth2-client": "^2.6",
"guzzlehttp/psr7": "^2.4",
"psr/http-message": "^1.0 || ^2.0"
Expand Down

0 comments on commit 2781004

Please sign in to comment.