Skip to content

Commit 912a426

Browse files
committed
Replace tagged with tagged_iterator
Closes #362
1 parent 7238b75 commit 912a426

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![License](https://poser.pugx.org/omines/datatables-bundle/license)](https://packagist.org/packages/omines/datatables-bundle)
88

99
This bundle provides convenient integration of the popular [DataTables](https://datatables.net/) jQuery library
10-
for realtime Ajax tables in your [Symfony](https://symfony.com/) 6.3+ application.
10+
for realtime Ajax tables in your [Symfony](https://symfony.com/) 6.4+ application.
1111

1212
Unlike other bundles providing similar functionality we decoupled the implementation of the DataTables logic
1313
completely from the source of the data. Therefore it is possible to implement your own custom adapters for

src/Resources/config/services.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<!-- Exporters -->
2828
<service id="Omines\DataTablesBundle\Exporter\DataTableExporterCollection">
29-
<argument type="tagged" tag="datatables.exporter"/>
29+
<argument type="tagged_iterator" tag="datatables.exporter"/>
3030
</service>
3131

3232
<service id="Omines\DataTablesBundle\Exporter\DataTableExporterManager">

tests/known-deprecations

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
# Internal deprecations
22
%Passing a negative value to the.*setStart%
33
%with a length less than 1 is deprecated%
4-
5-
# Symfony 7.2
6-
%Type "tagged" is deprecated for tag <argument>%

0 commit comments

Comments
 (0)