correct composer PHP max version and update setup utils constant

This commit is contained in:
Benjamin Dalsass
2022-07-26 16:11:17 +02:00
committed by bdalsass
parent cd861263fb
commit 192dd86469
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
"type": "project",
"license": "AGPL-3.0-only",
"require": {
"php": ">=7.2.5 <8.1.0",
"php": ">=7.2.5 <8.2.0",
"ext-ctype": "*",
"ext-dom": "*",
"ext-gd": "*",