Skip to content

Commit ed637a0

Browse files
committed
minor #1661 [CI] Freeze Foundry 1.37 (smnandre)
This PR was merged into the 2.x branch. Discussion ---------- [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 :) WDYT `@kbond` ? Commits ------- b982a5b [CI] Freeze Foundry 1.37
2 parents 394afee + b982a5b commit ed637a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Autocomplete/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"symfony/uid": "^6.3|^7.0",
5151
"twig/twig": "^2.14.7|^3.0.4",
5252
"zenstruck/browser": "^1.1",
53-
"zenstruck/foundry": "^1.33"
53+
"zenstruck/foundry": "1.37.*"
5454
},
5555
"conflict": {
5656
"doctrine/orm": "2.9.0 || 2.9.1"

src/LiveComponent/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)