Update vercel-php runtime (#98)

This commit is contained in:
Jonah Lawrence 2023-08-28 18:33:51 -06:00 committed by GitHub
parent 47c2963280
commit 816af8d938
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"functions": {
"api/index.php": {
"runtime": "vercel-php@0.5.2",
"runtime": "vercel-php@0.6.0",
"excludeFiles": "{images/**,.github/**}"
}
},