Bumped minimal PHP version to 8.2

This commit is contained in:
Jan Böhmer 2025-07-07 22:15:36 +02:00
parent 18bf68cb6a
commit af87c1ae1d
2 changed files with 66 additions and 67 deletions

View file

@ -3,7 +3,7 @@
"type": "project",
"license": "AGPL-3.0-or-later",
"require": {
"php": "^8.1",
"php": "^8.2",
"ext-ctype": "*",
"ext-dom": "*",
"ext-gd": "*",
@ -124,7 +124,7 @@
"*": "dist"
},
"platform": {
"php": "8.1.0"
"php": "8.2.0"
},
"sort-packages": true,
"allow-plugins": {