Skip to content

Commit

Permalink
Merge pull request #6 from Kobo-one/main
Browse files Browse the repository at this point in the history
Support php 8
  • Loading branch information
freekmurze authored Jun 29, 2022
2 parents 471ec3e + 7bb993f commit f7a2311
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@
}
],
"require": {
"php": "^7.1",
"guzzlehttp/guzzle": "^6.3.3|^7.0",
"guzzlehttp/promises": "^1.3",
"guzzlehttp/psr7": "^1.5"
"php": "^7.1|^8.0",
"guzzlehttp/guzzle": "^6.3.3|^7.0"
},
"require-dev": {
"larapack/dd": "^1.0",
"phpunit/phpunit": "^7.4",
"spatie/phpunit-snapshot-assertions": "^2.0"
"phpunit/phpunit": "^7.4|^8.5|^9",
"spatie/phpunit-snapshot-assertions": "^2|^3|^4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f7a2311

Please sign in to comment.