roukmoute / hashids-bundle

Integrates hashids/hashids in a Symfony project
MIT License
45 stars 14 forks source link

Deprecation: sensio/SensioFrameworkExtraBundle #23

Open tdutrion opened 1 year ago

tdutrion commented 1 year ago

According to https://github.com/sensiolabs/SensioFrameworkExtraBundle:

WARNING: SensioFrameworkExtraBundle is not maintained anymore. Please move to native PHP attribute support as added in Symfony core. For full support, use Symfony 6.2.

Have you thought about removing it from your dependencies? I haven't looked at the actual code yet but I was wondering if you had a tought (new major version?) and whether you'd like some help.

Please let me know and thanks for your work!

roukmoute commented 1 year ago

Hi,

That's a good point! I'll see if I can take care of it quickly and keep the backward compatibility with the current version or if I have to make a new version.

But of course I'll take any help :)

svenpet90 commented 1 year ago

Any update on this one? :)

With the release of symfony 6.4 and 7.0 today, i think this issue should be adressed asap :-)

vipinbose commented 11 months ago

eagerly waiting for this fix

roukmoute commented 11 months ago

Hey! Sorry I'm late. It will be fix this week-end 🙏

seizan8 commented 8 months ago

@roukmoute any update?

I just required hashids v3.1 and it still requires sensio/framework-extra-bundle v6.2.4

I am using symfony v6.4.3, so I think it shouldn't need sensio, right? I assume it has not been updated yet.