From bda5b7c1fca51f5e43e0e9aa405d55d00433fd55 Mon Sep 17 00:00:00 2001 From: Qin Li Date: Thu, 6 Oct 2022 17:25:00 +0800 Subject: [PATCH] build: bump `vercel-php` from 0.5.1 to 0.5.2 fix #632 --- platform/Vercel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/Vercel.php b/platform/Vercel.php index a8b55e8..3d4239f 100644 --- a/platform/Vercel.php +++ b/platform/Vercel.php @@ -322,7 +322,7 @@ function VercelUpdate($appId, $token, $sourcePath = "") $data["target"] = "production"; $data["routes"][0]["src"] = "/(.*)"; $data["routes"][0]["dest"] = "/api/index.php"; - $data["functions"]["api/index.php"]["runtime"] = "vercel-php@0.5.1"; + $data["functions"]["api/index.php"]["runtime"] = "vercel-php@0.5.2"; if ($sourcePath=="") $sourcePath = splitlast(splitlast(__DIR__, "/")[0], "/")[0]; //echo $sourcePath . "
"; getEachFiles($file, $sourcePath);