Files
website-ai-generator/composer.json
2026-05-17 20:08:52 +02:00

13 lines
235 B
JSON

{
"require": {
"openai-php/client": "^0.19.2",
"symfony/http-client": "^7.4",
"nyholm/psr7": "^1.8"
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}