BThommy/composer.json

22 lines
475 B
JSON
Raw Permalink Normal View History

2023-12-10 03:13:43 +00:00
{
"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"
2023-12-10 03:13:43 +00:00
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}