vercel-php-runtime
v0.1.1
Published
Vercel PHP runtime
Downloads
10
Maintainers
Readme
This is a fork of https://github.com/juicyfx/vercel-php
The current version 0.1.0 gives you PHP7.4 and Node 14.
This will help you solve vercel errors like The Runtime "[email protected]" is using "nodejs12.x", which is discontinued.
Now, you can update your PHP runtime to use [email protected]
"functions": {
"api/*.php": { "runtime": "[email protected]" }
},