Skip to content

Commit

Permalink
Merge pull request #19 from m-ober/php8
Browse files Browse the repository at this point in the history
Declare compatibility with PHP 8.x
  • Loading branch information
weierophinney authored Nov 2, 2020
2 parents 961814e + 36c695c commit ff4661e
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 @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^5.3 || ^7.0"
"php": "^5.3 || ^7.0 || ^8.0"
},
"suggest": {
"psr/http-message": "The package containing the PSR-7 interfaces"
Expand Down

0 comments on commit ff4661e

Please sign in to comment.