From 2372acf7caa0cfe2b46d824635820d69aa8a6b39 Mon Sep 17 00:00:00 2001 From: Marius Engen Haugen Date: Fri, 15 Dec 2023 10:59:01 +0100 Subject: [PATCH] Add PHP 8.3 to installable service constants --- src/Resources/InstallableServices.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Resources/InstallableServices.php b/src/Resources/InstallableServices.php index 7ec1bb8..67e28b9 100644 --- a/src/Resources/InstallableServices.php +++ b/src/Resources/InstallableServices.php @@ -13,6 +13,7 @@ class InstallableServices const PHP_80 = 'php80'; const PHP_81 = 'php81'; const PHP_82 = 'php82'; + const PHP_83 = 'php83'; const MYSQL = 'mysql'; const MYSQL_8 = 'mysql8';