Skip to content

Commit

Permalink
php 8.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeptchr committed Feb 24, 2022
1 parent 29f6005 commit 05aa54a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"license": "MIT",
"authors": [
{
"name": "Christiaan Mes",
"email": "christiaan@ptchr.nl",
"name": "ptchr",
"email": "luke@ptchr.nl",
"homepage": "https://ptchr.nl",
"role": "Developer"
}
],
"require": {
"php": "^7.4|^8.0",
"php": "^7.4|^8.0|^8.1",
"guzzlehttp/guzzle": "^7.0.1",
"ext-json": "*"
},
Expand Down

0 comments on commit 05aa54a

Please sign in to comment.