Bump pagerfanta/pagerfanta from 2.4.1 to 2.5.0

Bumps [pagerfanta/pagerfanta](https://github.com/BabDev/Pagerfanta) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/BabDev/Pagerfanta/releases)
- [Changelog](https://github.com/BabDev/Pagerfanta/blob/2.x/CHANGELOG.md)
- [Commits](https://github.com/BabDev/Pagerfanta/compare/v2.4.1...v2.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-11-11 07:11:31 +00:00 committed by GitHub
parent 96f634309e
commit cb08f95101
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
composer.lock generated
View file

@ -5720,21 +5720,21 @@
},
{
"name": "pagerfanta/pagerfanta",
"version": "v2.4.1",
"version": "v2.5.0",
"source": {
"type": "git",
"url": "https://github.com/BabDev/Pagerfanta.git",
"reference": "cf8f456c5fd691932ac6da0b6df6341c6c9bcc22"
"reference": "14c5e02fa5b192e1f22b34ce8e3e908c1823c8a9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/BabDev/Pagerfanta/zipball/cf8f456c5fd691932ac6da0b6df6341c6c9bcc22",
"reference": "cf8f456c5fd691932ac6da0b6df6341c6c9bcc22",
"url": "https://api.github.com/repos/BabDev/Pagerfanta/zipball/14c5e02fa5b192e1f22b34ce8e3e908c1823c8a9",
"reference": "14c5e02fa5b192e1f22b34ce8e3e908c1823c8a9",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": "^7.2",
"php": "^7.2 || ^8.0",
"symfony/deprecation-contracts": "^2.1"
},
"conflict": {
@ -5752,6 +5752,7 @@
"pagerfanta/twig": "self.version"
},
"require-dev": {
"dg/bypass-finals": "^1.2.2",
"doctrine/collections": "^1.4",
"doctrine/dbal": "^2.5",
"doctrine/orm": "^2.5",
@ -5804,7 +5805,7 @@
"type": "github"
}
],
"time": "2020-08-03T23:54:27+00:00"
"time": "2020-11-11T00:58:12+00:00"
},
{
"name": "paragonie/constant_time_encoding",