diff --git a/configurations/9-php-8.3.json b/configurations/9-php-8.3.json new file mode 100644 index 0000000..e16980a --- /dev/null +++ b/configurations/9-php-8.3.json @@ -0,0 +1,18 @@ +{ + "base_image": "php:8.3-fpm", + "extensions": [ + "bcmath", + "ctype", + "curl", + "dom", + "fileinfo", + "json", + "mbstring", + "openssl", + "pdo_mysql", + "pcre", + "tokenizer", + "xml", + "zip" + ] +}