PUGX / PUGXAutoCompleterBundle

Add an autocomplete field to your Symfony forms
GNU Lesser General Public License v3.0
93 stars 38 forks source link

Allow symfony 7 #84

Closed ehymel closed 2 months ago

ehymel commented 9 months ago

Done for issue #83

ehymel commented 9 months ago

build.yaml updated to remove symfony 4.4 and add symfony 7

ehymel commented 9 months ago

The check fails due to lexik/form-filter-bundle not allowing php 8.2 (which is required for symfony 7).

It seems that lexik/form-filter-bundle is abandoned with recommendation for a replacement, but I don't use the functionality that lexik/form-filter-bundle provides, so I have no interest in pursuing the replacement. Not sure how you'd like to handle.

ehymel commented 9 months ago

It seems lexik/form-filter-bundle has a version 8 that doesn't choke on php 8, but now fails because of the symfony version requirements of this abandoned package.

stale[bot] commented 7 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.

BazylPL commented 5 months ago

anything?

garak commented 2 months ago

Closing in favour of #91