mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-22 17:11:07 +00:00
Merge pull request #5648 from wallabag/dependabot/composer/pagerfanta/pagerfanta-2.7.3
This commit is contained in:
commit
f2f62eb35c
1 changed files with 15 additions and 15 deletions
30
composer.lock
generated
30
composer.lock
generated
|
@ -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"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue