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';