php-llm-agent-www/composer.json
Frederico @ VilaRosa02 f86097a00a init
2025-09-17 10:54:43 +00:00

15 lines
243 B
JSON

{
"name": "mini-chatgpt/mini-chatgpt",
"type": "project",
"require": {
"php": ">=8.0",
"league/commonmark": "^2.5",
"ezyang/htmlpurifier": "^4.16"
},
"autoload": {
"psr-4": {
"MiniChatGPT\\": "src/"
}
}
}