File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -484,6 +484,17 @@ library. Make sure it is installed in you application:
484
484
485
485
$ composer require phpdocumentor/reflection-docblock
486
486
487
+ .. versionadded :: 2.26
488
+
489
+ Support for `Symfony TypeInfo `_ component was added in LiveComponents 2.26.
490
+
491
+ To get rid of deprecations about ``PropertyInfoExtractor::getTypes() `` from the `Symfony PropertyInfo `_ component,
492
+ ensure to upgrade ``symfony/property-info `` to at least 7.1, which requires **PHP 8.2 **::
493
+
494
+ .. code-block :: terminal
495
+
496
+ $ composer require symfony/property-info:^7.1
497
+
487
498
Writable Object Properties or Array Keys
488
499
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
489
500
@@ -3900,3 +3911,5 @@ promise. However, any internal implementation in the JavaScript files
3900
3911
.. _`setting the locale in the request` : https://symfony.com/doc/current/translation.html#translation-locale
3901
3912
.. _`Stimulus action parameter` : https://stimulus.hotwired.dev/reference/actions#action-parameters
3902
3913
.. _`@symfony/ux-live-component npm package` : https://www.npmjs.com/package/@symfony/ux-live-component
3914
+ .. _`Symfony TypeInfo` : https://symfony.com/doc/current/components/type_info.html
3915
+ .. _`Symfony PropertyInfo` : https://symfony.com/doc/current/components/property_info.html
You can’t perform that action at this time.
0 commit comments