mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-16 20:56:28 +00:00
Merge pull request #4653 from wallabag/dependabot/composer/babdev/pagerfanta-bundle-2.7.0
Bump babdev/pagerfanta-bundle from 2.6.1 to 2.7.0
This commit is contained in:
commit
ad86a7337f
1 changed files with 10 additions and 5 deletions
15
composer.lock
generated
15
composer.lock
generated
|
@ -8,16 +8,16 @@
|
|||
"packages": [
|
||||
{
|
||||
"name": "babdev/pagerfanta-bundle",
|
||||
"version": "v2.6.1",
|
||||
"version": "v2.7.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/BabDev/PagerfantaBundle.git",
|
||||
"reference": "ccebc140a3f6a19ef26e239511ad5d6d078bc4a1"
|
||||
"reference": "1f3078a9134d7073cdba73343ad3cf9401086a8a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/BabDev/PagerfantaBundle/zipball/ccebc140a3f6a19ef26e239511ad5d6d078bc4a1",
|
||||
"reference": "ccebc140a3f6a19ef26e239511ad5d6d078bc4a1",
|
||||
"url": "https://api.github.com/repos/BabDev/PagerfantaBundle/zipball/1f3078a9134d7073cdba73343ad3cf9401086a8a",
|
||||
"reference": "1f3078a9134d7073cdba73343ad3cf9401086a8a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -38,18 +38,23 @@
|
|||
"require-dev": {
|
||||
"doctrine/annotations": "^1.8",
|
||||
"friendsofphp/php-cs-fixer": "^2.16",
|
||||
"jms/serializer": "^3.0",
|
||||
"jms/serializer-bundle": "^3.0",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
|
||||
"phpstan/extension-installer": "^1.0.3",
|
||||
"phpstan/phpstan": "^0.12.37",
|
||||
"phpstan/phpstan-phpunit": "^0.12.16",
|
||||
"phpstan/phpstan-symfony": "^0.12.7",
|
||||
"phpunit/phpunit": "^8.5 || ^9.0",
|
||||
"symfony/serializer": "^3.4 || ^4.4 || ^5.1",
|
||||
"symfony/translation": "^3.4 || ^4.4 || ^5.1",
|
||||
"symfony/twig-bridge": "^3.4 || ^4.4 || ^5.1",
|
||||
"symfony/twig-bundle": "^3.4 || ^4.4 || ^5.1",
|
||||
"twig/twig": "^1.35 || ^2.5 || ^3.0"
|
||||
},
|
||||
"suggest": {
|
||||
"jms/serializer-bundle": "To use the Pagerfanta class with the JMS Serializer",
|
||||
"symfony/serializer": "To use the Pagerfanta class with the Symfony Serializer",
|
||||
"symfony/translation": "To use the Pagerfanta views with translation support",
|
||||
"twig/twig": "To integrate Pagerfanta with Twig through extensions"
|
||||
},
|
||||
|
@ -78,7 +83,7 @@
|
|||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2020-09-30T22:50:43+00:00"
|
||||
"time": "2020-10-14T22:45:11+00:00"
|
||||
},
|
||||
{
|
||||
"name": "bdunogier/guzzle-site-authenticator",
|
||||
|
|
Loading…
Reference in a new issue