Skip to content

Commit

Permalink
Merge pull request #9 from btrsco/dev/php-80
Browse files Browse the repository at this point in the history
Update composer dependencies
  • Loading branch information
codenix-sv authored Jul 24, 2021
2 parents 4b2a840 + 2a43998 commit 6946e36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.2|^8.0",
"ext-json": "*",
"guzzlehttp/guzzle": "~6.0"
"guzzlehttp/guzzle": "~6.0|^7.0.1"
},
"require-dev": {
"phpunit/phpunit": "^8.0"
Expand Down

0 comments on commit 6946e36

Please sign in to comment.