pix-digital / pixSortableBehaviorBundle

Offers a sortable feature for your Symfony2 admin listing
MIT License
46 stars 78 forks source link

Extend AbstractExtension instead of using Twig_Extension #93

Open martijnboers opened 2 years ago

martijnboers commented 2 years ago

Twig_Extension is deprecated and to remove twig/extensions this needs to go

dmitryuk commented 2 years ago

Sonata admin officially migrated to runroom-packages/sortable-behavior-bundle, try it instead. https://symfony.com/bundles/SonataAdminBundle/current/cookbook/recipe_sortable_listing.html

martijnboers commented 2 years ago

Thanks for letting me know @dmitryuk