Skip to content

Commit 49943cd

Browse files
committed
minor #155 Allow to install "knplabs/knp-paginator-bundle:^5.0" (phansys)
This PR was merged into the master branch. Discussion ---------- The changes between version 4 and 5 seem fully compatible with the features that we implement: * https://github.com/KnpLabs/KnpPaginatorBundle/releases/tag/v5.0.0 * KnpLabs/KnpPaginatorBundle@v4.1.0...v5.0.0 Commits ------- d053de2 Allow to install "knplabs/knp-paginator-bundle:^5.0"
2 parents e53bfed + d053de2 commit 49943cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 || ^2.0",
3030
"doctrine/orm": "^2.4.8",
31-
"knplabs/knp-paginator-bundle": "^2.6 || ^3.0 || ^4.0",
31+
"knplabs/knp-paginator-bundle": "^2.6 || ^3.0 || ^4.0 || ^5.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)