Add PHP 8 to composer.json

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
Maurício Meneghini Fauth 2020-10-19 13:56:15 -03:00
parent e1cccf7b32
commit 64090387f1

View File

@ -38,7 +38,7 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.1.3 || ^8.0",
"ext-hash": "*",
"ext-iconv": "*",
"ext-json": "*",