feat: upgrade to symfony 7.4

This commit is contained in:
2026-09-01 11:24:44 +02:00
parent 8ed20db90c
commit 2459af122f
41 changed files with 1527 additions and 1219 deletions
@@ -21,8 +21,7 @@ class TeamerMailingDraftHandlerTest extends TestCase
$request = new Request();
$request->setSession(new Session(new MockArraySessionStorage()));
$requestStack = new RequestStack();
$requestStack->push($request);
$requestStack = new RequestStack([$request]);
$this->handler = new TeamerMailingDraftHandler($requestStack);
}