Skip to content

Commit

Permalink
Merge pull request #20 from pich/patch-2
Browse files Browse the repository at this point in the history
Bump minimal PHP to 7.1 to support nullable types
  • Loading branch information
calcinai authored Jul 5, 2022
2 parents e03accb + a80323c commit 397aa4a
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 @@ -23,7 +23,7 @@
],
"require": {
"league/oauth2-client": "1.*|2.*",
"php": ">=5.5.0",
"php": ">=7.1.0",
"firebase/php-jwt": "^5.0"
},
"require-dev": {
Expand Down

0 comments on commit 397aa4a

Please sign in to comment.