Skip to content

Commit c2f8cb7

Browse files
authored
Symfony 3 is not supported, according to the readme.md (#123)
* Symfony 3 is not supported, according to the readme.md Symfony 3 is not supported, according to the readme.md. This updates the documentation to reflect that only Symfony 4.1+ is supported by this bundle * Update index.html.md
1 parent 6c72c97 commit c2f8cb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/index.html.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ search: true
1313
# Introduction
1414

1515
This bundle provides convenient integration of the popular [DataTables](https://datatables.net/) jQuery library
16-
for realtime AJAX tables in your Symfony 3.3+ or 4.0+ application.
16+
for realtime AJAX tables in your Symfony 4.1+ application.
1717

1818
Designed to be fully pluggable there are no limits to the data sources you can display through this library, nor
1919
are there any bounds on how they are displayed. In full *'batteries included but replaceable'* philosophy there are
@@ -25,7 +25,7 @@ Recommended way of installing this library is through [Composer](https://getcomp
2525

2626
<code>composer require omines/datatables-bundle</code>
2727

28-
Please ensure you are using Symfony 3.3 or later. If you are using Symfony Flex a recipe is included in the contrib
28+
Please ensure you are using Symfony 4.1 or later. If you are using Symfony Flex a recipe is included in the contrib
2929
repository, providing automatic installation and configuration.
3030

3131
```php?start_inline=true

0 commit comments

Comments
 (0)