Skip to content

Commit 14b05ba

Browse files
Merge branch 'master' into master
2 parents e2d61cc + 5fc07e5 commit 14b05ba

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

functions/firebase_firestore/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require": {
3-
"google/cloud-functions-framework": "^0.7.1",
3+
"google/cloud-functions-framework": "^0.8.0",
44
"google/cloud-firestore": "^1.18"
55
},
66
"scripts": {

functions/firebase_remote_config/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require": {
3-
"google/cloud-functions-framework": "^0.7.1"
3+
"google/cloud-functions-framework": "^0.8.0"
44
},
55
"scripts": {
66
"start": [

functions/firebase_rtdb/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require": {
3-
"google/cloud-functions-framework": "^0.7.1",
3+
"google/cloud-functions-framework": "^0.8.0",
44
"guzzlehttp/guzzle": "^7.2.0"
55
},
66
"scripts": {

functions/helloworld_pubsub/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require": {
3-
"google/cloud-functions-framework": "^0.7.1"
3+
"google/cloud-functions-framework": "^0.8.0"
44
},
55
"scripts": {
66
"start": [

functions/tips_infinite_retries/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require": {
3-
"google/cloud-functions-framework": "^0.7.1"
3+
"google/cloud-functions-framework": "^0.8.0"
44
},
55
"scripts": {
66
"start": [

0 commit comments

Comments
 (0)