Drop PHP7.3 support
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
{ | ||
"config": { | ||
"platform": { | ||
"php": "7.3" | ||
"php": "7.4" | ||
}, | ||
"sort-packages": true | ||
}, | ||
"require": { | ||
"php": ">=7.3 <=8.1" | ||
"php": ">=7.4 <=8.1" | ||
}, | ||
"require-dev": { | ||
"christophwurst/nextcloud_testing": "0.12.4", | ||
... | ... |
Please register or sign in to comment