Set the minimum language level to PHP 8 in composer.json

This commit is contained in:
Alex Tselegidis 2023-02-20 08:49:19 +01:00
parent 697b3fa5a8
commit fc231fe11f
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
}
},
"require": {
"php": ">=7.4",
"php": ">=8.0",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",