Removed the deprecated symfony/ux-toggle-password package by replacing it by our own local versions

This commit is contained in:
Jan Böhmer 2025-08-30 21:57:57 +02:00
parent 6d495b38b4
commit dc864fad04
11 changed files with 254 additions and 104 deletions

View file

@ -33,5 +33,4 @@ return [
Jbtronics\SettingsBundle\JbtronicsSettingsBundle::class => ['all' => true],
Jbtronics\TranslationEditorBundle\JbtronicsTranslationEditorBundle::class => ['dev' => true],
ApiPlatform\Symfony\Bundle\ApiPlatformBundle::class => ['all' => true],
Symfony\UX\TogglePassword\TogglePasswordBundle::class => ['all' => true],
];