build(php): upgrade min php version to 8.3

This commit is contained in:
Yassine Doghri 2024-05-29 10:24:13 +00:00
commit b5bd2db28f
182 changed files with 517 additions and 115 deletions

View file

@ -21,7 +21,7 @@ class WebmanifestController extends Controller
/**
* @var array<string, array<string, string>>
*/
final public const THEME_COLORS = [
final public const array THEME_COLORS = [
'pine' => [
'theme' => '#009486',
'background' => '#F0F9F8',