make package installable in PHP 8.0.x (dev mode)

This commit is contained in:
Daniel Seifert 2022-07-21 09:55:31 +02:00
parent c8ca412c14
commit d07eb1f694
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
"GPL-3.0-or-later"
],
"require": {
"php": "^7.3 || ^8.0",
"php": "^7.3 || ~8.0.3",
"beberlei/assert": "^3.3",
"guzzlehttp/guzzle": "^7.4",
"psr/http-message": "~1.0",
@ -30,7 +30,7 @@
"ext-json": "*"
},
"require-dev": {
"php": "^7.4",
"php": "^7.4 || ~8.0.3",
"phpunit/phpunit" : "^9.5",
"friendsofphp/php-cs-fixer": "^3.9",
"phpstan/phpstan": "^1.8"