Skip to content

Commit dade31f

Browse files
committed
bug #2608 [LiveComponent] Move PropertyInfo to the require section (mtarld)
This PR was merged into the 2.x branch. Discussion ---------- [LiveComponent] Move PropertyInfo to the require section | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Issues | | License | MIT Move `symfony/property-info` from `require-dev` to `require`, as it's always needed. /cc `@Kocal` Commits ------- 3cc04be [LiveComponent] Move PropertyInfo to the require section
2 parents 821f2ae + 3cc04be commit dade31f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveComponent/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
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",
3233
"symfony/stimulus-bundle": "^2.9",
3334
"symfony/ux-twig-component": "^2.8",
3435
"twig/twig": "^3.8.0"
@@ -46,7 +47,6 @@
4647
"symfony/framework-bundle": "^5.4|^6.0|^7.0",
4748
"symfony/options-resolver": "^5.4|^6.0|^7.0",
4849
"symfony/phpunit-bridge": "^6.1|^7.0",
49-
"symfony/property-info": "^5.4|^6.0|^7.0",
5050
"symfony/security-bundle": "^5.4|^6.0|^7.0",
5151
"symfony/serializer": "^5.4|^6.0|^7.0",
5252
"symfony/twig-bundle": "^5.4|^6.0|^7.0",

0 commit comments

Comments
 (0)