Upgrade PHP runtime to vercel-php@0.9.0

This commit is contained in:
Ahyan Z 2026-06-25 17:37:44 +01:00 committed by GitHub
parent 7403dc175a
commit 2f4191fe81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",