Skip to content

Commit

Permalink
Merge pull request #801 from W0rma/knp-components-v5
Browse files Browse the repository at this point in the history
Add support for the upcoming v5 of knp-components
  • Loading branch information
garak authored Aug 4, 2024
2 parents cf9d768 + 7ba35e3 commit 47c59f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": "^8.1",
"knplabs/knp-components": "^4.1",
"knplabs/knp-components": "^4.4 || ^5.0",
"symfony/config": "^6.4 || ^7.0",
"symfony/dependency-injection": "^6.4 || ^7.0",
"symfony/event-dispatcher": "^6.4 || ^7.0",
Expand Down
1 change: 1 addition & 0 deletions config/paginator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<service id="knp_paginator" class="Knp\Component\Pager\Paginator" public="true" lazy="true">
<argument type="service" id="event_dispatcher" />
<argument type="service" id="Knp\Component\Pager\ArgumentAccess\ArgumentAccessInterface" />
<argument type="service" id="database_connection" on-invalid="null" />
<tag name="proxy" interface="Knp\Component\Pager\PaginatorInterface" />
</service>

Expand Down

0 comments on commit 47c59f9

Please sign in to comment.