btg-sandbox-markdown-formatter/composer.json
DJP 5e4d4d0115 Initial commit: Secure Markdown to HTML converter with Azure AD authentication
- Web-based Markdown formatter with real-time conversion
- Microsoft Azure AD authentication with PKCE flow
- Server-side JWT validation with httpOnly cookies
- Clipboard functionality for HTML/text output
- PHP backend with Composer dependency management
- Comprehensive README with installation instructions

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-17 17:33:35 -04: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"
}