Require PHP 8.1 in composer.json

This commit is contained in:
Jan Böhmer 2023-05-27 20:40:30 +02:00
parent 9f52d364c9
commit 55641a234c

View file

@ -2,7 +2,7 @@
"type": "project",
"license": "AGPL-3.0-or-later",
"require": {
"php": "^7.4 || ^8.0",
"php": "^8.1",
"ext-ctype": "*",
"ext-dom": "*",
"ext-gd": "*",