format/composer.json
2025-09-08 16:25:26 -05:00

14 lines
No EOL
313 B
JSON

{
"name": "ai-sandbox/format",
"description": "Markdown to HTML Converter with Azure AD Authentication",
"type": "project",
"require": {
"firebase/php-jwt": "^6.10"
},
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"minimum-stability": "stable"
}