updated yaml and php.ini

parent 663212f7
......@@ -13,3 +13,7 @@ handlers:
# Set bucket name
env_variables:
GOOGLE_STORAGE_BUCKET: "wbt2020"
runtime_config:
root: .
enable_stackdriver_integration: true
......@@ -12,7 +12,8 @@
},
"require": {
"php": ">=7.2",
"google/cloud-storage": "^1.0"
"google/cloud-storage": "^1.0",
"google/cloud-error-reporting": "^0.16.2"
},
"suggest": {
"paragonie/random_compat": "Provides better randomness in PHP 5.x"
......
......@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "bfe772c76691ae7fcfb6696e1b8d36f1",
"content-hash": "9724a0a612509dcc7bf95e6c65c3540a",
"packages": [
{
"name": "firebase/php-jwt",
......@@ -170,6 +170,109 @@
"time": "2020-04-07T20:58:05+00:00"
},
{
"name": "google/cloud-error-reporting",
"version": "v0.16.2",
"source": {
"type": "git",
"url": "https://github.com/googleapis/google-cloud-php-errorreporting.git",
"reference": "15fd119a6febb58dcc592ae68c11d05a7762f171"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/googleapis/google-cloud-php-errorreporting/zipball/15fd119a6febb58dcc592ae68c11d05a7762f171",
"reference": "15fd119a6febb58dcc592ae68c11d05a7762f171",
"shasum": ""
},
"require": {
"google/cloud-logging": "^1.16",
"google/gax": "^1.1"
},
"require-dev": {
"google/cloud-core": "^1.35",
"phpdocumentor/reflection": "^3.0",
"phpunit/phpunit": "^4.8|^5.0"
},
"suggest": {
"ext-grpc": "The gRPC extension allows more granular control over Error Reporting",
"ext-protobuf": "Provides a significant increase in throughput over the pure PHP protobuf implementation. See https://cloud.google.com/php/grpc for installation instructions."
},
"type": "library",
"extra": {
"component": {
"id": "cloud-error-reporting",
"target": "googleapis/google-cloud-php-errorreporting.git",
"path": "ErrorReporting",
"entry": null
}
},
"autoload": {
"psr-4": {
"Google\\Cloud\\ErrorReporting\\": "src",
"GPBMetadata\\Google\\Devtools\\Clouderrorreporting\\": "metadata"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"description": "Stackdriver Error Reporting Client for PHP",
"time": "2020-04-07T20:58:05+00:00"
},
{
"name": "google/cloud-logging",
"version": "v1.20.0",
"source": {
"type": "git",
"url": "https://github.com/googleapis/google-cloud-php-logging.git",
"reference": "ede6f1963da9bc281b389e5524c06ef185b08ea2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/googleapis/google-cloud-php-logging/zipball/ede6f1963da9bc281b389e5524c06ef185b08ea2",
"reference": "ede6f1963da9bc281b389e5524c06ef185b08ea2",
"shasum": ""
},
"require": {
"google/cloud-core": "^1.35",
"google/gax": "^1.1"
},
"require-dev": {
"erusev/parsedown": "^1.6",
"google/cloud-bigquery": "^1.0",
"google/cloud-pubsub": "^1.0",
"google/cloud-storage": "^1.3",
"opis/closure": "^3",
"phpdocumentor/reflection": "^3.0",
"phpunit/phpunit": "^4.8|^5.0",
"squizlabs/php_codesniffer": "2.*"
},
"suggest": {
"ext-grpc": "The gRPC extension enables use of the performant gRPC transport",
"ext-protobuf": "Provides a significant increase in throughput over the pure PHP protobuf implementation. See https://cloud.google.com/php/grpc for installation instructions."
},
"type": "library",
"extra": {
"component": {
"id": "cloud-logging",
"target": "googleapis/google-cloud-php-logging.git",
"path": "Logging",
"entry": "src/LoggingClient.php"
}
},
"autoload": {
"psr-4": {
"Google\\Cloud\\Logging\\": "src",
"GPBMetadata\\Google\\Logging\\": "metadata"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"description": "Stackdriver Logging Client for PHP",
"time": "2020-04-07T20:58:05+00:00"
},
{
"name": "google/cloud-storage",
"version": "v1.20.1",
"source": {
......@@ -221,6 +324,45 @@
"time": "2020-04-07T20:58:05+00:00"
},
{
"name": "google/common-protos",
"version": "1.2",
"source": {
"type": "git",
"url": "https://github.com/googleapis/common-protos-php.git",
"reference": "e730d3567c8bfd94e06b538aa291270269ee3896"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/googleapis/common-protos-php/zipball/e730d3567c8bfd94e06b538aa291270269ee3896",
"reference": "e730d3567c8bfd94e06b538aa291270269ee3896",
"shasum": ""
},
"require": {
"google/protobuf": "^3.6.1"
},
"require-dev": {
"phpunit/phpunit": "^4.8.36",
"sami/sami": "*"
},
"type": "library",
"autoload": {
"psr-4": {
"Google\\": "src",
"GPBMetadata\\Google\\": "metadata"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"description": "Google API Common Protos for PHP",
"homepage": "https://github.com/googleapis/common-protos-php",
"keywords": [
"google"
],
"time": "2020-02-11T20:39:50+00:00"
},
{
"name": "google/crc32",
"version": "v0.1.0",
"source": {
......@@ -263,6 +405,177 @@
"time": "2019-05-09T06:24:58+00:00"
},
{
"name": "google/gax",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://github.com/googleapis/gax-php.git",
"reference": "fa64abad3c748beca3b9564903c5ca1afe97bf02"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/googleapis/gax-php/zipball/fa64abad3c748beca3b9564903c5ca1afe97bf02",
"reference": "fa64abad3c748beca3b9564903c5ca1afe97bf02",
"shasum": ""
},
"require": {
"google/auth": "^1.2.0",
"google/common-protos": "^1.0",
"google/grpc-gcp": "^0.1.0",
"google/protobuf": "^3.7.1",
"grpc/grpc": "^1.13",
"guzzlehttp/promises": "^1.3",
"guzzlehttp/psr7": "^1.2",
"php": ">=5.5"
},
"conflict": {
"ext-protobuf": "<3.7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.36",
"sami/sami": "*",
"squizlabs/php_codesniffer": "3.*"
},
"type": "library",
"autoload": {
"psr-4": {
"Google\\ApiCore\\": "src",
"GPBMetadata\\Google\\": "metadata"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Google API Core for PHP",
"homepage": "https://github.com/googleapis/gax-php",
"keywords": [
"google"
],
"time": "2020-02-11T23:37:35+00:00"
},
{
"name": "google/grpc-gcp",
"version": "0.1.4",
"source": {
"type": "git",
"url": "https://github.com/GoogleCloudPlatform/grpc-gcp-php.git",
"reference": "e1ec44c0c39bd204868e2a2ed3cc87ed9006984e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/GoogleCloudPlatform/grpc-gcp-php/zipball/e1ec44c0c39bd204868e2a2ed3cc87ed9006984e",
"reference": "e1ec44c0c39bd204868e2a2ed3cc87ed9006984e",
"shasum": ""
},
"require": {
"google/auth": "^1.3",
"google/protobuf": "^v3.3.0",
"grpc/grpc": "^v1.13.0",
"php": ">=5.5.0",
"psr/cache": "^1.0.1"
},
"require-dev": {
"google/cloud-spanner": "^1.7",
"phpunit/phpunit": "4.8.36"
},
"type": "library",
"autoload": {
"psr-4": {
"Grpc\\Gcp\\": "src/",
"": "src/generated/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"description": "gRPC GCP library for channel management",
"time": "2019-02-14T02:21:15+00:00"
},
{
"name": "google/protobuf",
"version": "v3.11.4",
"source": {
"type": "git",
"url": "https://github.com/protocolbuffers/protobuf-php.git",
"reference": "a5001eb559dcaac0bf6d8c7edc52b3828c618185"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/a5001eb559dcaac0bf6d8c7edc52b3828c618185",
"reference": "a5001eb559dcaac0bf6d8c7edc52b3828c618185",
"shasum": ""
},
"require": {
"php": ">=5.5.0"
},
"require-dev": {
"phpunit/phpunit": ">=4.8.0"
},
"suggest": {
"ext-bcmath": "Need to support JSON deserialization"
},
"type": "library",
"autoload": {
"psr-4": {
"Google\\Protobuf\\": "src/Google/Protobuf",
"GPBMetadata\\Google\\Protobuf\\": "src/GPBMetadata/Google/Protobuf"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "proto library for PHP",
"homepage": "https://developers.google.com/protocol-buffers/",
"keywords": [
"proto"
],
"time": "2020-02-14T22:17:05+00:00"
},
{
"name": "grpc/grpc",
"version": "1.27.0",
"source": {
"type": "git",
"url": "https://github.com/grpc/grpc-php.git",
"reference": "a461cb1a975dde305c73168aa4494b90c3801c62"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/grpc/grpc-php/zipball/a461cb1a975dde305c73168aa4494b90c3801c62",
"reference": "a461cb1a975dde305c73168aa4494b90c3801c62",
"shasum": ""
},
"require": {
"php": ">=5.5.0"
},
"require-dev": {
"google/auth": "^v1.3.0"
},
"suggest": {
"ext-protobuf": "For better performance, install the protobuf C extension.",
"google/protobuf": "To get started using grpc quickly, install the native protobuf library."
},
"type": "library",
"autoload": {
"psr-4": {
"Grpc\\": "src/lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"description": "gRPC library for PHP",
"homepage": "https://grpc.io",
"keywords": [
"rpc"
],
"time": "2020-01-23T19:27:18+00:00"
},
{
"name": "guzzlehttp/guzzle",
"version": "6.5.3",
"source": {
......@@ -2404,7 +2717,7 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.3.7"
"php": ">=7.2"
},
"platform-dev": [],
"plugin-api-version": "1.1.0"
......
extension=memcached.so
auto_prepend_file='vendor/google/cloud-error-reporting/src/prepend.php'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment