voice2text/composer.json
2025-11-03 15:23:55 +00:00

15 lines
335 B
JSON
Executable file

{
"name": "voice2text/app",
"description": "Voice to Text application with Microsoft SSO",
"type": "project",
"require": {
"php": ">=7.4",
"vlucas/phpdotenv": "^5.5",
"league/oauth2-client": "^2.7"
},
"autoload": {
"psr-4": {
"Voice2Text\\": "src/"
}
}
}