We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78cf00 commit 4926488Copy full SHA for 4926488
src/LiveComponent/composer.json
@@ -53,7 +53,7 @@
53
"symfony/uid": "^5.4|^6.0|^7.0",
54
"symfony/validator": "^5.4|^6.0|^7.0",
55
"zenstruck/browser": "^1.2.0",
56
- "zenstruck/foundry": "^2.0"
+ "zenstruck/foundry": "^2.6"
57
},
58
"conflict": {
59
"symfony/config": "<5.4.0",
src/LiveComponent/tests/Fixtures/Kernel.php
@@ -144,7 +144,9 @@ protected function configureContainer(ContainerConfigurator $c): void
144
]);
145
146
$c->extension('zenstruck_foundry', [
147
- 'auto_refresh_proxies' => false,
+ 'persistence' => [
148
+ 'flush_once' => true,
149
+ ],
150
151
152
$doctrineConfig = [
0 commit comments