- Fix: Notifiable-Trait zum User-Model hinzugefuegt (behebt notify()-500er) - Installer: SMTP-Verbindungstest mit EsmtpTransport + Ueberspringen-Link - Admin: Neuer E-Mail-Tab mit SMTP-Konfiguration + Verbindungstest - Admin: Lazy Quill-Initialisierung (nur sichtbare Locale wird geladen) - Uebersetzungen: 17 neue Mail-Keys in allen 6 Sprachen Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
28 lines
562 B
JSON
Executable File
28 lines
562 B
JSON
Executable File
{
|
|
"name": "theseer/tokenizer",
|
|
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
|
|
"license": "BSD-3-Clause",
|
|
"authors": [
|
|
{
|
|
"name": "Arne Blankerts",
|
|
"email": "arne@blankerts.de",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/theseer/tokenizer/issues"
|
|
},
|
|
"require": {
|
|
"php": "^7.2 || ^8.0",
|
|
"ext-xmlwriter": "*",
|
|
"ext-dom": "*",
|
|
"ext-tokenizer": "*"
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
}
|
|
}
|
|
|