Skip to content

Commit 0aa1285

Browse files
authored
chore(deps): update dependency google/cloud-functions-framework to ^0.7 (GoogleCloudPlatform#1217)
1 parent 41c4416 commit 0aa1285

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

functions/concepts_filesystem/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.6"
3+
"google/cloud-functions-framework": "^0.7"
44
},
55
"scripts": {
66
"start": [

functions/concepts_requests/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.6",
3+
"google/cloud-functions-framework": "^0.7",
44
"guzzlehttp/guzzle": "^7.2.0"
55
},
66
"scripts": {

functions/env_vars/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.6"
3+
"google/cloud-functions-framework": "^0.7"
44
},
55
"scripts": {
66
"start": [
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"require": {
3-
"google/cloud-functions-framework": "^0.6"
3+
"google/cloud-functions-framework": "^0.7"
44
}
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"require": {
3-
"google/cloud-functions-framework": "^0.6"
3+
"google/cloud-functions-framework": "^0.7"
44
}
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"require": {
3-
"google/cloud-functions-framework": "^0.6"
3+
"google/cloud-functions-framework": "^0.7"
44
}
55
}

functions/http_cors/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.6"
3+
"google/cloud-functions-framework": "^0.7"
44
},
55
"scripts": {
66
"start": [

functions/http_form_data/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.6",
3+
"google/cloud-functions-framework": "^0.7",
44
"guzzlehttp/psr7": "^1.7"
55
},
66
"scripts": {

functions/http_method/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.6"
3+
"google/cloud-functions-framework": "^0.7"
44
},
55
"scripts": {
66
"start": [

functions/log_helloworld/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.6"
3+
"google/cloud-functions-framework": "^0.7"
44
},
55
"scripts": {
66
"start": [

0 commit comments

Comments
 (0)