mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-23 09:31:04 +00:00
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:
parent
96f634309e
commit
cb08f95101
1 changed files with 7 additions and 6 deletions
13
composer.lock
generated
13
composer.lock
generated
|
@ -5720,21 +5720,21 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "pagerfanta/pagerfanta",
|
"name": "pagerfanta/pagerfanta",
|
||||||
"version": "v2.4.1",
|
"version": "v2.5.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/BabDev/Pagerfanta.git",
|
"url": "https://github.com/BabDev/Pagerfanta.git",
|
||||||
"reference": "cf8f456c5fd691932ac6da0b6df6341c6c9bcc22"
|
"reference": "14c5e02fa5b192e1f22b34ce8e3e908c1823c8a9"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/BabDev/Pagerfanta/zipball/cf8f456c5fd691932ac6da0b6df6341c6c9bcc22",
|
"url": "https://api.github.com/repos/BabDev/Pagerfanta/zipball/14c5e02fa5b192e1f22b34ce8e3e908c1823c8a9",
|
||||||
"reference": "cf8f456c5fd691932ac6da0b6df6341c6c9bcc22",
|
"reference": "14c5e02fa5b192e1f22b34ce8e3e908c1823c8a9",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"php": "^7.2",
|
"php": "^7.2 || ^8.0",
|
||||||
"symfony/deprecation-contracts": "^2.1"
|
"symfony/deprecation-contracts": "^2.1"
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
|
@ -5752,6 +5752,7 @@
|
||||||
"pagerfanta/twig": "self.version"
|
"pagerfanta/twig": "self.version"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
"dg/bypass-finals": "^1.2.2",
|
||||||
"doctrine/collections": "^1.4",
|
"doctrine/collections": "^1.4",
|
||||||
"doctrine/dbal": "^2.5",
|
"doctrine/dbal": "^2.5",
|
||||||
"doctrine/orm": "^2.5",
|
"doctrine/orm": "^2.5",
|
||||||
|
@ -5804,7 +5805,7 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2020-08-03T23:54:27+00:00"
|
"time": "2020-11-11T00:58:12+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "paragonie/constant_time_encoding",
|
"name": "paragonie/constant_time_encoding",
|
||||||
|
|
Loading…
Reference in a new issue