Skip to content

Commit

Permalink
Add support for PHP 8 (#41)
Browse files Browse the repository at this point in the history
* #39 Add support for PHP 8

Allow PHP 8 versions

* Fix PHP Version
  • Loading branch information
joskfg authored Nov 12, 2021
1 parent 09b9f18 commit b859d7b
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 @@ -26,7 +26,7 @@
}
},
"require": {
"php": "^7.2",
"php": "^7.2 || ^8.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.1 || ^7.0.1",
"guzzlehttp/psr7": "^1.7 || ^2.0",
Expand Down

0 comments on commit b859d7b

Please sign in to comment.