From 277946a235649fe553448b6d8e7f1819bfc7c386 Mon Sep 17 00:00:00 2001 From: ipf Date: Tue, 17 Dec 2019 10:07:28 +0100 Subject: [PATCH] Support PaginatorBundle in version 5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d16ca1e..60652ba 100644 --- a/composer.json +++ b/composer.json @@ -14,6 +14,6 @@ "require": { "nelmio/solarium-bundle": "^2.3 || ^3.0", "friendsofsymfony/rest-bundle": "^2.1", - "knplabs/knp-paginator-bundle": "^3.0 || ^4.0" + "knplabs/knp-paginator-bundle": "^3.0 || ^4.0 || ^5.0" } }