Skip to content

Commit 14de02c

Browse files
committed
[LiveComponent] conflict on type-info 7.3
1 parent 30e74fa commit 14de02c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/LiveComponent/composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@
2929
"php": ">=8.1",
3030
"symfony/deprecation-contracts": "^2.5|^3.0",
3131
"symfony/property-access": "^5.4.5|^6.0|^7.0",
32-
"symfony/property-info": "^5.4|^6.0|^7.0",
32+
"symfony/property-info": "7.2.*",
3333
"symfony/stimulus-bundle": "^2.9",
34+
"symfony/type-info": "7.2.*",
3435
"symfony/ux-twig-component": "^2.25.1",
3536
"twig/twig": "^3.10.3"
3637
},
@@ -57,6 +58,7 @@
5758
},
5859
"conflict": {
5960
"symfony/config": "<5.4.0",
61+
"symfony/type-info": "<7.3",
6062
"symfony/property-info": "~7.0.0"
6163
},
6264
"config": {

0 commit comments

Comments
 (0)