Skip to content

Commit 9fc52d7

Browse files
authored
Merge pull request #840 from garak/remove-other-deps
remove unneeded dependencies
2 parents 9e37808 + 4876376 commit 9fc52d7

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ For details regarding changes please read about the [releases](https://github.co
2121
- Knp Pager component `>=4.4`.
2222
- KnpPaginatorBundle's master is compatible with Symfony `>=6.4` versions.
2323
- 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.
2425

2526
## Features:
2627

composer.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,18 @@
2323
"symfony/event-dispatcher": "^6.4 || ^7.0",
2424
"symfony/http-foundation": "^6.4 || ^7.0",
2525
"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"
2827
},
2928
"require-dev": {
3029
"phpstan/phpstan": "^1.12",
3130
"phpunit/phpunit": "^10.5 || ^11.5 || ^12.0",
32-
"symfony/expression-language": "^6.4 || ^7.0",
3331
"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"
3538
},
3639
"autoload": {
3740
"psr-4": {

0 commit comments

Comments
 (0)