From 75d2b7aad222837b07bc3f9bf116876bba4d46b5 Mon Sep 17 00:00:00 2001 From: Sander Jochems Date: Wed, 30 Nov 2022 22:27:43 +0100 Subject: [PATCH] Create configuration for Laravel 9 with PHP 8.3 --- configurations/9-php-8.3.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 configurations/9-php-8.3.json 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" + ] +}