diff --git a/functions/concepts_build_extension/composer.json b/functions/concepts_build_extension/composer.json index cbc5ec6b5e..56b8ce5662 100644 --- a/functions/concepts_build_extension/composer.json +++ b/functions/concepts_build_extension/composer.json @@ -1,6 +1,6 @@ { "require": { - "google/cloud-functions-framework": "^0.7.1" + "google/cloud-functions-framework": "^0.8.0" }, "scripts": { "gcp-build": "cd ext && phpize --clean && phpize && ./configure && make && cp modules/my_custom_extension.so ..",