BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
public_html
/
app.imagivibe.com
/
vendor
/
google
/
cloud-text-to-speech
📤 Upload
📝 New File
📁 New Folder
Close
Editing: composer.json
{ "name": "google/cloud-text-to-speech", "description": "Cloud Text-to-Speech Client for PHP", "license": "Apache-2.0", "minimum-stability": "stable", "autoload": { "psr-4": { "Google\\Cloud\\TextToSpeech\\": "src", "GPBMetadata\\Google\\Cloud\\Texttospeech\\": "metadata" } }, "autoload-dev": { "psr-4": { "Google\\Cloud\\TextToSpeech\\Tests\\": "tests" } }, "extra": { "component": { "id": "cloud-text-to-speech", "path": "TextToSpeech", "entry": null, "target": "googleapis/google-cloud-php-text-to-speech.git" } }, "require": { "php": "^8.0", "google/gax": "^1.36.0" }, "require-dev": { "phpunit/phpunit": "^9.0", "google/cloud-core": "^1.52.7" }, "suggest": { "ext-grpc": "Enables use of gRPC, a universal high-performance RPC framework created by Google.", "ext-protobuf": "Provides a significant increase in throughput over the pure PHP protobuf implementation. See https://cloud.google.com/php/grpc for installation instructions." } }
Save
Cancel