Require PHP 7.4 as minimum version. Drop 7.3 support

This commit is contained in:
Jan Böhmer 2022-09-18 18:19:47 +02:00
parent efa4325836
commit 751eff3ef5
5 changed files with 180 additions and 256 deletions

View file

@ -2,7 +2,7 @@
"type": "project",
"license": "AGPL-3.0-or-later",
"require": {
"php": "^7.3 || ^8.0",
"php": "^7.4 || ^8.0",
"ext-ctype": "*",
"ext-gd": "*",
"ext-iconv": "*",
@ -101,7 +101,7 @@
"*": "dist"
},
"platform": {
"php": "7.3.0"
"php": "7.4.0"
},
"sort-packages": true,
"allow-plugins": {