make installable in PHP > 8.0

This commit is contained in:
Daniel Seifert 2023-01-17 20:38:20 +01:00
parent 186bb2d622
commit 19f5fca18a
Signed by: DanielS
GPG Key ID: 6A513E13AEE66170
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
"GPL-3.0-or-later"
],
"require": {
"php": "^7.3 || ~8.0.3",
"php": "^7.3 || ^8.0.3",
"beberlei/assert": "^3.3",
"guzzlehttp/guzzle": "^7.3",
"psr/http-message": "~1.0",