- 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>
34 lines
916 B
JSON
Executable File
34 lines
916 B
JSON
Executable File
{
|
|
"name": "symfony/polyfill-php83",
|
|
"type": "library",
|
|
"description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
|
|
"keywords": ["polyfill", "shim", "compatibility", "portable"],
|
|
"homepage": "https://symfony.com",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.2"
|
|
},
|
|
"autoload": {
|
|
"psr-4": { "Symfony\\Polyfill\\Php83\\": "" },
|
|
"files": [ "bootstrap.php" ],
|
|
"classmap": [ "Resources/stubs" ]
|
|
},
|
|
"minimum-stability": "dev",
|
|
"extra": {
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
}
|
|
}
|