From 3928899f38ca5786510f36c98f08638c0cec56fc Mon Sep 17 00:00:00 2001 From: Job Date: Mon, 6 May 2024 20:57:22 +0100 Subject: [PATCH] Added PHP 8.3 --- laravel/configurations/0-8.3.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 laravel/configurations/0-8.3.json diff --git a/laravel/configurations/0-8.3.json b/laravel/configurations/0-8.3.json new file mode 100644 index 0000000..71e7c75 --- /dev/null +++ b/laravel/configurations/0-8.3.json @@ -0,0 +1,9 @@ +{ + "base_image": "0-8.3-bullseye", + "extensions": [ + "curl", + "mysqli", + "pdo", + "pdo_mysql" + ] +} \ No newline at end of file