tetranz / select2entity-bundle

A Symfony2 bundle that integrates Select2 as a drop-in replacement for a standard entity field on a Symfony form.
MIT License
219 stars 110 forks source link

Is this compatible with symfony 6? #190

Open nickicool opened 1 year ago

nickicool commented 1 year ago

Just little question. :)

Is this compatible with symfony 6?

rem42 commented 1 year ago

Yes, i'm using it with symfony 6.3

saifulferoz commented 1 year ago

Showing deprecations in symfony 5.4 & symfony 6.* Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Tetranz\Select2EntityBundle\DependencyInjection\Configuration"

jkgroupe commented 10 months ago

I think it will not work with Symfony 7 and/or PHP 8.2.

You should use Symfony UX Autocomplete instead.