BThommy/composer.json

22 lines
475 B
JSON

{
"name": "thommy/assistant",
"authors": [
{
"name": "Bucaille Thommy",
"email": "contact@bucaille-thommy.fr"
}
],
"require": {
"openai-php/client": "^0.8.0",
"symfony/http-client": "^7.0",
"nyholm/psr7": "^1.8",
"guzzlehttp/guzzle": "^7.8",
"phpmailer/phpmailer": "^6.9"
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}