allow PHP 8.1 too

This commit is contained in:
ralf 2022-04-06 14:28:40 +03:00
parent 233c984b0e
commit 3804ee004f

View File

@ -58,7 +58,7 @@
}
},
"require": {
"php": ">=7.3,<=8.0",
"php": ">=7.3,<=8.1",
"ext-gd": "*",
"ext-json": "*",
"ext-mysqli": "*",