Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from genkgo/php8
Browse files Browse the repository at this point in the history
support php8
  • Loading branch information
frederikbosch authored Jan 4, 2022
2 parents 2a6cb3c + 028fd35 commit 8509083
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 @@ -10,11 +10,11 @@
}
],
"require": {
"php": "^7.2",
"guzzlehttp/guzzle": "^6.3 | ^7.0"
"php": "^7.4 || ^8.0",
"guzzlehttp/guzzle": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5"
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8509083

Please sign in to comment.