make installable in PHP 8

This commit is contained in:
Daniel Seifert 2022-07-13 14:59:06 +02:00
parent 1dfdf2814f
commit 9ef121ef01
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F
1 changed files with 2 additions and 2 deletions

View File

@ -21,9 +21,9 @@
"GPL-3.0-or-later"
],
"require": {
"php": "^7.0",
"php": "^7.0 || ^8.0",
"beberlei/assert": "^2.9.9",
"guzzlehttp/guzzle": "~6.2",
"guzzlehttp/guzzle": "~6.2 || ^7.4",
"psr/http-message": "~1.0",
"symfony/options-resolver": "^4.4.37",
"phlib/sms-length": "^1.1.0 || ^2.0.0",