-
-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[LiveComponent] Use TypeInfo Type
#2607
base: 2.x
Are you sure you want to change the base?
Conversation
87a72aa
to
d3edb38
Compare
Actually, didn't notice that PHP 8.1 is still supported by Symfony UX. |
f3ada12
to
8777e0e
Compare
8777e0e
to
81650fd
Compare
@@ -29,7 +29,9 @@ | |||
"php": ">=8.1", | |||
"symfony/deprecation-contracts": "^2.5|^3.0", | |||
"symfony/property-access": "^5.4.5|^6.0|^7.0", | |||
"symfony/property-info": "^5.4|^6.0|^7.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This package is a hard dependency, so it has to be moved to the require
section.
Anyway, I think we must wait for the bump of PHP in |
Added milestone 3.x |
Replace
PropertyInfo\Type
byTypeInfo\Type
andPropertyTypeExtractorInterface
byTypeResolverInterface
.Also simplify a bit
LivePropMetadata
asType
already holds everything we need.