File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ For details regarding changes please read about the [releases](https://github.co
21
21
- Knp Pager component ` >=4.4 ` .
22
22
- KnpPaginatorBundle's master is compatible with Symfony ` >=6.4 ` versions.
23
23
- Twig ` >=3.0 ` version is required if you use the Twig templating engine.
24
+ - If you want to use the provided templates, you need the Translation component too.
24
25
25
26
## Features:
26
27
Original file line number Diff line number Diff line change 23
23
"symfony/event-dispatcher" : " ^6.4 || ^7.0" ,
24
24
"symfony/http-foundation" : " ^6.4 || ^7.0" ,
25
25
"symfony/http-kernel" : " ^6.4 || ^7.0" ,
26
- "symfony/routing" : " ^6.4 || ^7.0" ,
27
- "twig/twig" : " ^3.0"
26
+ "symfony/routing" : " ^6.4 || ^7.0"
28
27
},
29
28
"require-dev" : {
30
29
"phpstan/phpstan" : " ^1.12" ,
31
30
"phpunit/phpunit" : " ^10.5 || ^11.5 || ^12.0" ,
32
- "symfony/expression-language" : " ^6.4 || ^7.0" ,
33
31
"symfony/templating" : " ^6.4 || ^7.0" ,
34
- "symfony/translation" : " ^6.4 || ^7.0"
32
+ "symfony/translation" : " ^6.4 || ^7.0" ,
33
+ "twig/twig" : " ^3.0"
34
+ },
35
+ "suggest" : {
36
+ "symfony/translation" : " To use the templates" ,
37
+ "twig/twig" : " To use the templates"
35
38
},
36
39
"autoload" : {
37
40
"psr-4" : {
You can’t perform that action at this time.
0 commit comments