omines / datatables-bundle

DataTables bundle for Symfony
https://omines.github.io/datatables-bundle/
MIT License
255 stars 114 forks source link

Fix deprecations #129

Closed freezy-sk closed 4 years ago

freezy-sk commented 4 years ago

Removed unused symfony/templating. Set minimum version of doctrine/persistence to 1.3.4 (https://github.com/doctrine/persistence/pull/87). doctrine/orm is forced to 2.6 by doctrine/doctrine-bundle so 2.6.3 makes sense as lowest version (https://github.com/doctrine/orm/pull/7307).

curry684 commented 4 years ago

Good finds, thanks!