Update composer.lock with dependency upgrades and improvements (#79)

* Update composer.lock with dependency upgrades and improvements

Updated multiple dependencies in `composer.lock` to their latest versions, including upgrades for Doctrine, PHPUnit, Symfony components, and extended PostgreSQL support.

* Fix sass compile
This commit is contained in:
2026-03-22 23:26:56 +01:00
committed by GitHub
parent 18a6090366
commit 1c1ce5e071
24 changed files with 816 additions and 1669 deletions
+1 -3
View File
@@ -15,9 +15,7 @@ use Symfony\Component\Validator\Constraints\NotBlank;
use Symfony\Contracts\Translation\TranslatorInterface;
use Tvdt\Entity\User;
/**
* @extends AbstractType<User>
*/
/** @extends AbstractType<User> */
class RegistrationFormType extends AbstractType
{
public function __construct(private readonly TranslatorInterface $translator) {}