Skip to content

Commit 33694db

Browse files
Fixes #266. Pagerfanta bundle constraint updated.
1 parent 0af3777 commit 33694db

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

UPGRADE.MD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ This page contains all upgrade notes since the release of the stable 2.0.0 versi
1414
When a object is not found, previously an InvalidArgumentException
1515
was thrown. This has changed to an HttpNotFoundException. By default, this exception is now catched to forward the
1616
user to the list with the notification that the object no longer exists.
17+
- Updated PagerFantaBundle. Required is now version <=1.0.4 or >=1.0.6.
18+
1.0.5 breaks paginator behavior, but there should be no complications.
1719

1820
[back-to-index]: README.md

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"doctrine/common": "~2.2",
2727
"sensio/generator-bundle": "~3.0",
2828
"symfony2admingenerator/twig-generator": "~1.2,>=1.2.2",
29-
"white-october/pagerfanta-bundle": "~1.0",
29+
"white-october/pagerfanta-bundle": ">=1.0.6",
3030
"twig/twig": "~1.12",
3131
"twig/extensions": "~1.0"
3232
},

0 commit comments

Comments
 (0)