Setono / BotDetectionBundle

Easily detect bots in your Symfony application
MIT License
7 stars 3 forks source link

Not Compatible with symfony 7 #33

Open djdmg opened 4 months ago

djdmg commented 4 months ago

Hello,

Thanks for you work. Does tha package will be compatible with symfony 7 soon ?

Best regards symfony

loevgaard commented 3 months ago

Hi, @djdmg

Could you make a PR? :)

tacman commented 1 week ago

Would you consider dropping 4.4? It's hard to support everything, especially EOL versions.

What do you think about releasing a version 2 that's only supported versions of PHP and Symfony? I think you could even drop 5.4.

loevgaard commented 1 week ago

Dropping 4.4 is fine :)

tacman commented 1 week ago

OK, my branch, which I propose for a version 2 of this bundle, updates all the dependencies and drops support for php 7 and Symfony < 6.4

BUT I'm not 100% sure it's working, because of how to test the request stack. I can submit a PR.

loevgaard commented 1 week ago

Would be great with a PR :-)