Skip to content

Commit 12044f2

Browse files
committed
[CI] Freeze Foundry 1.37
To keep the tests green on the CI, I suggest we stay on Foundry 1.37 Since 1.38, deprecations are triggered to prepare the 2.0, but they make the CI fail on Autocomplete and LiveComponent We'll release the constraint when we can handle the migration :)
1 parent 282ff93 commit 12044f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"symfony/twig-bundle": "^5.4|^6.0|^7.0",
5151
"symfony/validator": "^5.4|^6.0|^7.0",
5252
"zenstruck/browser": "^1.2.0",
53-
"zenstruck/foundry": "^1.33"
53+
"zenstruck/foundry": "1.37.*"
5454
},
5555
"conflict": {
5656
"symfony/config": "<5.4.0"

0 commit comments

Comments
 (0)