Change php version to >= 8.3

This commit is contained in:
Chris Smith
2025-02-23 12:41:54 +01:00
parent 70e88433ce
commit 5ec2680f27
2 changed files with 14 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
{
"license": "proprietary",
"require": {
"php": ">=7.4.0",
"php": ">=8.3.0",
"ext-json": "*",
"cgsmith/yii2-flatpickr-widget": "~1.1",
"donatj/phpuseragentparser": "^1.9",