Skip to content

Commit d226ff2

Browse files
committed
minor #139 Add support for "knplabs/knp-paginator-bundle:^4.0" (phansys)
This PR was merged into the master branch. Discussion ---------- |Q |A | |--- |--- | |Branch |master| |Bug fix? |no | |New feature? |no | |BC breaks? |no | |Deprecations?|no | |Tests pass? |yes | |Fixed tickets|n/a | |License |MIT | |Doc PR |n/a | See https://github.com/KnpLabs/KnpPaginatorBundle/releases/tag/v4.0.0. Commits ------- b9bd904 Add support for "knplabs/knp-paginator-bundle:^4.0"
2 parents d76185f + b9bd904 commit d226ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"php": "^5.6 || ^7.0",
2929
"doctrine/doctrine-bundle": "^1.4",
3030
"doctrine/orm": "^2.4.8",
31-
"knplabs/knp-paginator-bundle": "^2.3 || ^3.0",
31+
"knplabs/knp-paginator-bundle": "^2.3 || ^3.0 || ^4.0",
3232
"symfony/config": "^2.8 || ^3.0 || ^4.0",
3333
"symfony/console": "^2.8 || ^3.0 || ^4.0",
3434
"symfony/dependency-injection": "^2.8 || ^3.0 || ^4.0",

0 commit comments

Comments
 (0)