Skip to content

Commit f1f097e

Browse files
committed
upgrade zenstruck/foundry
resolve php 8.1 deprecations. see zenstruck/foundry#197
1 parent 76b0189 commit f1f097e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Autocomplete/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"symfony/twig-bundle": "^5.4|^6.0",
4949
"symfony/uid": "^5.4|^6.0",
5050
"zenstruck/browser": "^1.1",
51-
"zenstruck/foundry": "^1.32"
51+
"zenstruck/foundry": "^1.33"
5252
},
5353
"conflict": {
5454
"doctrine/orm": "2.9.0 || 2.9.1"

src/LiveComponent/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"require-dev": {
3535
"doctrine/annotations": "^1.0",
3636
"doctrine/doctrine-bundle": "^2.4.3",
37-
"doctrine/orm": "^2.7",
37+
"doctrine/orm": "^2.9",
3838
"doctrine/persistence": "^2.5.2|^3.0",
3939
"phpdocumentor/reflection-docblock": "5.x-dev",
4040
"symfony/dependency-injection": "^5.4|^6.0",
@@ -48,7 +48,7 @@
4848
"symfony/validator": "^5.4|^6.0",
4949
"twig/twig": "^2.14.7|^3.0.4",
5050
"zenstruck/browser": "^1.2.0",
51-
"zenstruck/foundry": "^1.10"
51+
"zenstruck/foundry": "^1.33"
5252
},
5353
"conflict": {
5454
"symfony/config": "<5.4.0"

0 commit comments

Comments
 (0)