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 30e74fa commit 14de02cCopy full SHA for 14de02c
src/LiveComponent/composer.json
@@ -29,8 +29,9 @@
29
"php": ">=8.1",
30
"symfony/deprecation-contracts": "^2.5|^3.0",
31
"symfony/property-access": "^5.4.5|^6.0|^7.0",
32
- "symfony/property-info": "^5.4|^6.0|^7.0",
+ "symfony/property-info": "7.2.*",
33
"symfony/stimulus-bundle": "^2.9",
34
+ "symfony/type-info": "7.2.*",
35
"symfony/ux-twig-component": "^2.25.1",
36
"twig/twig": "^3.10.3"
37
},
@@ -57,6 +58,7 @@
57
58
59
"conflict": {
60
"symfony/config": "<5.4.0",
61
+ "symfony/type-info": "<7.3",
62
"symfony/property-info": "~7.0.0"
63
64
"config": {
0 commit comments