Phase 1: Replace Parsedown with league/commonmark (4 call sites)

This commit is contained in:
Pontoporeia
2026-05-20 01:02:09 +02:00
parent 4683ba4116
commit 5e75cacad7
7 changed files with 18 additions and 21 deletions

View File

@@ -7,7 +7,7 @@
- [x] Wire vendor/autoload.php into app/bootstrap.php
- [x] Update phpstan.neon (scanDirectories replaces manual Parsedown scan)
- [x] Write docs/system-setup.md (PHP extension requirements)
- [ ] Phase 1: Replace Parsedown with league/commonmark (4 call sites)
- [x] Phase 1: Replace Parsedown with league/commonmark (4 call sites)
- [ ] Phase 2: Replace PeerTubeService HTTP client with Guzzle
- [ ] Phase 3: Replace SmtpRelay SMTP socket with PHPMailer
- [ ] Phase 4 (optional): Replace Crypto with defuse/php-encryption