Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Don't allow Pagerfanta < 1.1.0
Browse files Browse the repository at this point in the history
The reason for this is that older versions of Pagerfanta still (incorrectly) use the option previous_message rather than prev_message in the Default template (whiteoctober/Pagerfanta#230), but this branch now uses prev_message everywhere.
In order to keep the two in-step, we need to ensure that this code is running against Pagerfanta >= 1.1.0
  • Loading branch information
Sam Partington committed May 17, 2018
1 parent 9ba3cdf commit c16f6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"php": ">=5.3",
"pagerfanta/pagerfanta": "^1.0.0|^2.0.0",
"pagerfanta/pagerfanta": "^1.1.0|^2.0.0",
"symfony/framework-bundle": "~2.3|~3.0|~4.0",
"symfony/property-access": "~2.3|~3.0|~4.0",
"symfony/twig-bundle": "~2.3|~3.0|~4.0"
Expand Down

0 comments on commit c16f6a8

Please sign in to comment.