Skip to content

Commit

Permalink
Merge pull request #110 from Natshah/master
Browse files Browse the repository at this point in the history
PHP 8 compatibility #108
  • Loading branch information
brianjmiller authored Nov 2, 2022
2 parents 9758b3e + 5d089fa commit 19acfc8
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 @@ -24,7 +24,7 @@
"issues": "https://github.com/RusticiSoftware/TinCanPHP/issues"
},
"require": {
"php": "~5.5 || ^7.0.3",
"php": "~5.5 || ^7 || ^8",
"ext-openssl": "*",
"namshi/jose": "^7.2.1",
"willdurand/negotiation": "^2.0"
Expand Down

0 comments on commit 19acfc8

Please sign in to comment.