File tree Expand file tree Collapse file tree 25 files changed +25
-25
lines changed
firebase_firestore_reactive Expand file tree Collapse file tree 25 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 7
7
"start" : [
8
8
" @gcp-build" ,
9
9
" Composer\\ Config::disableProcessTimeout" ,
10
- " FUNCTION_TARGET=helloBuildExtension php -d 'extension=./my_custom_extension.so' -S localhost:${PORT:-8080} vendor/bin /router.php"
10
+ " FUNCTION_TARGET=helloBuildExtension php -d 'extension=./my_custom_extension.so' -S localhost:${PORT:-8080} vendor/google/cloud-functions-framework /router.php"
11
11
]
12
12
}
13
13
}
Original file line number Diff line number Diff line change 5
5
"scripts" : {
6
6
"start" : [
7
7
" Composer\\ Config::disableProcessTimeout" ,
8
- " FUNCTION_TARGET=listFiles php -S localhost:${PORT:-8080} vendor/bin /router.php"
8
+ " FUNCTION_TARGET=listFiles php -S localhost:${PORT:-8080} vendor/google/cloud-functions-framework /router.php"
9
9
]
10
10
}
11
11
}
Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"start" : [
8
8
" Composer\\ Config::disableProcessTimeout" ,
9
- " FUNCTION_TARGET=makeRequest php -S localhost:${PORT:-8080} vendor/bin /router.php"
9
+ " FUNCTION_TARGET=makeRequest php -S localhost:${PORT:-8080} vendor/google/cloud-functions-framework /router.php"
10
10
]
11
11
}
12
12
}
Original file line number Diff line number Diff line change 5
5
"scripts" : {
6
6
"start" : [
7
7
" Composer\\ Config::disableProcessTimeout" ,
8
- " FUNCTION_TARGET=envVar php -S localhost:${PORT:-8080} vendor/bin /router.php"
8
+ " FUNCTION_TARGET=envVar php -S localhost:${PORT:-8080} vendor/google/cloud-functions-framework /router.php"
9
9
]
10
10
}
11
11
}
Original file line number Diff line number Diff line change 5
5
"scripts" : {
6
6
"start" : [
7
7
" Composer\\ Config::disableProcessTimeout" ,
8
- " FUNCTION_SIGNATURE_TYPE=cloudevent FUNCTION_TARGET=firebaseAnalytics php -S localhost:${PORT:-8080} vendor/bin /router.php"
8
+ " FUNCTION_SIGNATURE_TYPE=cloudevent FUNCTION_TARGET=firebaseAnalytics php -S localhost:${PORT:-8080} vendor/google/cloud-functions-framework /router.php"
9
9
]
10
10
}
11
11
}
Original file line number Diff line number Diff line change 5
5
"scripts" : {
6
6
"start" : [
7
7
" Composer\\ Config::disableProcessTimeout" ,
8
- " FUNCTION_SIGNATURE_TYPE=cloudevent FUNCTION_TARGET=firebaseAuth php -S localhost:${PORT:-8080} vendor/bin /router.php"
8
+ " FUNCTION_SIGNATURE_TYPE=cloudevent FUNCTION_TARGET=firebaseAuth php -S localhost:${PORT:-8080} vendor/google/cloud-functions-framework /router.php"
9
9
]
10
10
},
11
11
"require-dev" : {
Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"start" : [
8
8
" Composer\\ Config::disableProcessTimeout" ,
9
- " FUNCTION_SIGNATURE_TYPE=cloudevent FUNCTION_TARGET=firebaseFirestore php -S localhost:${PORT:-8080} vendor/bin /router.php"
9
+ " FUNCTION_SIGNATURE_TYPE=cloudevent FUNCTION_TARGET=firebaseFirestore php -S localhost:${PORT:-8080} vendor/google/cloud-functions-framework /router.php"
10
10
]
11
11
},
12
12
"require-dev" : {
Original file line number Diff line number Diff line change 7
7
"scripts" : {
8
8
"start" : [
9
9
" Composer\\ Config::disableProcessTimeout" ,
10
- " FUNCTION_SIGNATURE_TYPE=cloudevent FUNCTION_TARGET=firebaseReactive php -S localhost:${PORT:-8080} vendor/bin /router.php"
10
+ " FUNCTION_SIGNATURE_TYPE=cloudevent FUNCTION_TARGET=firebaseReactive php -S localhost:${PORT:-8080} vendor/google/cloud-functions-framework /router.php"
11
11
]
12
12
},
13
13
"require-dev" : {
Original file line number Diff line number Diff line change 5
5
"scripts" : {
6
6
"start" : [
7
7
" Composer\\ Config::disableProcessTimeout" ,
8
- " FUNCTION_SIGNATURE_TYPE=cloudevent FUNCTION_TARGET=firebaseRemoteConfig php -S localhost:${PORT:-8080} vendor/bin /router.php"
8
+ " FUNCTION_SIGNATURE_TYPE=cloudevent FUNCTION_TARGET=firebaseRemoteConfig php -S localhost:${PORT:-8080} vendor/google/cloud-functions-framework /router.php"
9
9
]
10
10
},
11
11
"require-dev" : {
Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"start" : [
8
8
" Composer\\ Config::disableProcessTimeout" ,
9
- " FUNCTION_SIGNATURE_TYPE=cloudevent FUNCTION_TARGET=firebaseRTDB php -S localhost:${PORT:-8080} vendor/bin /router.php"
9
+ " FUNCTION_SIGNATURE_TYPE=cloudevent FUNCTION_TARGET=firebaseRTDB php -S localhost:${PORT:-8080} vendor/google/cloud-functions-framework /router.php"
10
10
]
11
11
},
12
12
"require-dev" : {
Original file line number Diff line number Diff line change 5
5
"scripts" : {
6
6
"start" : [
7
7
" Composer\\ Config::disableProcessTimeout" ,
8
- " FUNCTION_TARGET=helloGet php -S localhost:${PORT:-8080} vendor/bin /router.php"
8
+ " FUNCTION_TARGET=helloGet php -S localhost:${PORT:-8080} vendor/google/cloud-functions-framework /router.php"
9
9
]
10
10
}
11
11
}
Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"start" : [
8
8
" Composer\\ Config::disableProcessTimeout" ,
9
- " FUNCTION_TARGET=helloHttp php -S localhost:${PORT:-8080} vendor/bin /router.php"
9
+ " FUNCTION_TARGET=helloHttp php -S localhost:${PORT:-8080} vendor/google/cloud-functions-framework /router.php"
10
10
]
11
11
}
12
12
}
Original file line number Diff line number Diff line change 5
5
"scripts" : {
6
6
"start" : [
7
7
" Composer\\ Config::disableProcessTimeout" ,
8
- " FUNCTION_TARGET=helloLogging php -S localhost:${PORT:-8080} vendor/bin /router.php"
8
+ " FUNCTION_TARGET=helloLogging @ php -S localhost:${PORT:-8080} vendor/google/cloud-functions-framework /router.php"
9
9
]
10
10
}
11
11
}
Original file line number Diff line number Diff line change 7
7
"scripts" : {
8
8
"start" : [
9
9
" Composer\\ Config::disableProcessTimeout" ,
10
- " FUNCTION_TARGET=helloworldPubsub php -S localhost:${PORT:-8080} vendor/bin /router.php"
10
+ " FUNCTION_TARGET=helloworldPubsub php -S localhost:${PORT:-8080} vendor/google/cloud-functions-framework /router.php"
11
11
]
12
12
},
13
13
"require-dev" : {
Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"start" : [
8
8
" Composer\\ Config::disableProcessTimeout" ,
9
- " FUNCTION_SIGNATURE_TYPE=cloudevent FUNCTION_TARGET=helloGCS php -S localhost:${PORT:-8080} vendor/bin /router.php"
9
+ " FUNCTION_SIGNATURE_TYPE=cloudevent FUNCTION_TARGET=helloGCS php -S localhost:${PORT:-8080} vendor/google/cloud-functions-framework /router.php"
10
10
]
11
11
},
12
12
"require-dev" : {
Original file line number Diff line number Diff line change 5
5
"scripts" : {
6
6
"start" : [
7
7
" Composer\\ Config::disableProcessTimeout" ,
8
- " FUNCTION_TARGET=helloContent php -S localhost:${PORT:-8080} vendor/bin /router.php"
8
+ " FUNCTION_TARGET=helloContent php -S localhost:${PORT:-8080} vendor/google/cloud-functions-framework /router.php"
9
9
]
10
10
}
11
11
}
Original file line number Diff line number Diff line change 5
5
"scripts" : {
6
6
"start" : [
7
7
" Composer\\ Config::disableProcessTimeout" ,
8
- " FUNCTION_TARGET=corsEnabledFunction php -S localhost:${PORT:-8080} vendor/bin /router.php"
8
+ " FUNCTION_TARGET=corsEnabledFunction php -S localhost:${PORT:-8080} vendor/google/cloud-functions-framework /router.php"
9
9
]
10
10
}
11
11
}
Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"start" : [
8
8
" Composer\\ Config::disableProcessTimeout" ,
9
- " TMPDIR=./tmp FUNCTION_TARGET=uploadFile php -S localhost:${PORT:-8080} vendor/bin /router.php"
9
+ " TMPDIR=./tmp FUNCTION_TARGET=uploadFile php -S localhost:${PORT:-8080} vendor/google/cloud-functions-framework /router.php"
10
10
]
11
11
}
12
12
}
Original file line number Diff line number Diff line change 5
5
"scripts" : {
6
6
"start" : [
7
7
" Composer\\ Config::disableProcessTimeout" ,
8
- " FUNCTION_TARGET=httpMethod php -S localhost:${PORT:-8080} vendor/bin /router.php"
8
+ " FUNCTION_TARGET=httpMethod php -S localhost:${PORT:-8080} vendor/google/cloud-functions-framework /router.php"
9
9
]
10
10
}
11
11
}
Original file line number Diff line number Diff line change 8
8
"scripts" : {
9
9
"start" : [
10
10
" Composer\\ Config::disableProcessTimeout" ,
11
- " FUNCTION_SIGNATURE_TYPE=cloudevent FUNCTION_TARGET=blurOffensiveImages php -S localhost:${PORT:-8080} vendor/bin /router.php"
11
+ " FUNCTION_SIGNATURE_TYPE=cloudevent FUNCTION_TARGET=blurOffensiveImages php -S localhost:${PORT:-8080} vendor/google/cloud-functions-framework /router.php"
12
12
]
13
13
},
14
14
"require-dev" : {
Original file line number Diff line number Diff line change 7
7
"post-update-cmd" : " Google\\ Task\\ Composer::cleanup" ,
8
8
"start" : [
9
9
" Composer\\ Config::disableProcessTimeout" ,
10
- " FUNCTION_TARGET=receiveRequest php -S localhost:${PORT:-8080} vendor/bin /router.php"
10
+ " FUNCTION_TARGET=receiveRequest php -S localhost:${PORT:-8080} vendor/google/cloud-functions-framework /router.php"
11
11
]
12
12
},
13
13
"extra" : {
Original file line number Diff line number Diff line change 5
5
"scripts" : {
6
6
"start" : [
7
7
" Composer\\ Config::disableProcessTimeout" ,
8
- " FUNCTION_SIGNATURE_TYPE=cloudevent FUNCTION_TARGET=avoidInfiniteRetries php -S localhost:${PORT:-8080} vendor/bin /router.php"
8
+ " FUNCTION_SIGNATURE_TYPE=cloudevent FUNCTION_TARGET=avoidInfiniteRetries php -S localhost:${PORT:-8080} vendor/google/cloud-functions-framework /router.php"
9
9
]
10
10
},
11
11
"require-dev" : {
Original file line number Diff line number Diff line change 5
5
"scripts" : {
6
6
"start" : [
7
7
" Composer\\ Config::disableProcessTimeout" ,
8
- " FUNCTION_TARGET=phpInfoDemo php -S localhost:${PORT:-8080} vendor/bin /router.php"
8
+ " FUNCTION_TARGET=phpInfoDemo php -S localhost:${PORT:-8080} vendor/google/cloud-functions-framework /router.php"
9
9
]
10
10
}
11
11
}
Original file line number Diff line number Diff line change 9
9
"scripts" : {
10
10
"start" : [
11
11
" Composer\\ Config::disableProcessTimeout" ,
12
- " FUNCTION_TARGET=tipsRetry php -S localhost:${PORT:-8080} vendor/bin /router.php"
12
+ " FUNCTION_TARGET=tipsRetry php -S localhost:${PORT:-8080} vendor/google/cloud-functions-framework /router.php"
13
13
]
14
14
}
15
15
}
Original file line number Diff line number Diff line change 5
5
"scripts" : {
6
6
"start" : [
7
7
" Composer\\ Config::disableProcessTimeout" ,
8
- " FUNCTION_TARGET=scopeDemo php -S localhost:${PORT:-8080} vendor/bin /router.php"
8
+ " FUNCTION_TARGET=scopeDemo php -S localhost:${PORT:-8080} vendor/google/cloud-functions-framework /router.php"
9
9
]
10
10
}
11
11
}
You can’t perform that action at this time.
0 commit comments