Bump pagerfanta/pagerfanta from 2.7.2 to 2.7.3

Bumps [pagerfanta/pagerfanta](https://github.com/BabDev/Pagerfanta) from 2.7.2 to 2.7.3.
- [Release notes](https://github.com/BabDev/Pagerfanta/releases)
- [Changelog](https://github.com/BabDev/Pagerfanta/blob/v2.7.3/CHANGELOG.md)
- [Commits](https://github.com/BabDev/Pagerfanta/compare/v2.7.2...v2.7.3)

---
updated-dependencies:
- dependency-name: pagerfanta/pagerfanta
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-03-03 03:05:33 +00:00 committed by GitHub
parent 7def677ba1
commit b422209634
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

30
composer.lock generated
View file

@ -6282,16 +6282,16 @@
},
{
"name": "pagerfanta/pagerfanta",
"version": "v2.7.2",
"version": "v2.7.3",
"source": {
"type": "git",
"url": "https://github.com/BabDev/Pagerfanta.git",
"reference": "911f515ae80898981c07c3d098f2092e97da1a2f"
"reference": "5f2aa1f1c9d1a6520f459e84b63e2bc25e9eea5b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/BabDev/Pagerfanta/zipball/911f515ae80898981c07c3d098f2092e97da1a2f",
"reference": "911f515ae80898981c07c3d098f2092e97da1a2f",
"url": "https://api.github.com/repos/BabDev/Pagerfanta/zipball/5f2aa1f1c9d1a6520f459e84b63e2bc25e9eea5b",
"reference": "5f2aa1f1c9d1a6520f459e84b63e2bc25e9eea5b",
"shasum": ""
},
"require": {
@ -6342,15 +6342,15 @@
"autoload": {
"psr-4": {
"Pagerfanta\\": "lib/Core/",
"Pagerfanta\\Twig\\": "lib/Twig/",
"Pagerfanta\\Adapter\\": "src/Adapter/",
"Pagerfanta\\Doctrine\\Collections\\": "lib/Adapter/Doctrine/Collections/",
"Pagerfanta\\Doctrine\\DBAL\\": "lib/Adapter/Doctrine/DBAL/",
"Pagerfanta\\Doctrine\\MongoDBODM\\": "lib/Adapter/Doctrine/MongoDBODM/",
"Pagerfanta\\Doctrine\\ORM\\": "lib/Adapter/Doctrine/ORM/",
"Pagerfanta\\Doctrine\\PHPCRODM\\": "lib/Adapter/Doctrine/PHPCRODM/",
"Pagerfanta\\Elastica\\": "lib/Adapter/Elastica/",
"Pagerfanta\\Solarium\\": "lib/Adapter/Solarium/",
"Pagerfanta\\Twig\\": "lib/Twig/"
"Pagerfanta\\Doctrine\\ORM\\": "lib/Adapter/Doctrine/ORM/",
"Pagerfanta\\Doctrine\\DBAL\\": "lib/Adapter/Doctrine/DBAL/",
"Pagerfanta\\Doctrine\\PHPCRODM\\": "lib/Adapter/Doctrine/PHPCRODM/",
"Pagerfanta\\Doctrine\\MongoDBODM\\": "lib/Adapter/Doctrine/MongoDBODM/",
"Pagerfanta\\Doctrine\\Collections\\": "lib/Adapter/Doctrine/Collections/"
}
},
"notification-url": "https://packagist.org/downloads/",
@ -6366,7 +6366,7 @@
],
"support": {
"issues": "https://github.com/BabDev/Pagerfanta/issues",
"source": "https://github.com/BabDev/Pagerfanta/tree/v2.7.2"
"source": "https://github.com/BabDev/Pagerfanta/tree/v2.7.3"
},
"funding": [
{
@ -6374,7 +6374,7 @@
"type": "github"
}
],
"time": "2021-08-01T15:53:26+00:00"
"time": "2022-03-03T00:01:24+00:00"
},
{
"name": "paragonie/constant_time_encoding",
@ -10417,12 +10417,12 @@
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php80\\": ""
},
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Php80\\": ""
},
"classmap": [
"Resources/stubs"
]