{ "require": { "php": ">= 8.1", "google/cloud-functions-framework": "^1.4" }, "scripts": { "start": [ "Composer\\Config::disableProcessTimeout", "FUNCTION_TARGET=helloHttp php -S localhost:${PORT:-8080} vendor/google/cloud-functions-framework/router.php" ] } }
info at phpclasses dot org