From 2f4191fe8114d6f6611422db44daa1dd5181afdd Mon Sep 17 00:00:00 2001 From: Ahyan Z Date: Thu, 25 Jun 2026 17:37:44 +0100 Subject: [PATCH] Upgrade PHP runtime to vercel-php@0.9.0 --- vercel.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vercel.json b/vercel.json index cbdc18e..edb7bd0 100644 --- a/vercel.json +++ b/vercel.json @@ -2,10 +2,11 @@ "version": 2, "functions": { "api/**/*.php": { - "runtime": "vercel-php@0.7.3" + "runtime": "vercel-php@0.9.0" } }, - "cleanUrls": true, + "cleanUrls": true +} "rewrites": [ { "source": "/api/v1/accounts/login",