speech-synthesis/composer.json

21 lines
408 B
JSON

{
"name": "speech-synthesis/speech-synthesis",
"description": "The composer plugin for speech-synthesis",
"minimum-stability": "dev",
"license": "MIT",
"authors": [
{
"name": "asdfghjk16945",
"email": "849983590@qq.com"
}
],
"require": {
"php": ">=7.0.0",
"textalk/websocket": "1.0.*"
},
"autoload": {
"psr-4": {
"SpeechSynthesis\\": "src/"
}
}
}