Bump babdev/pagerfanta-bundle from 2.6.1 to 2.7.0

Bumps [babdev/pagerfanta-bundle](https://github.com/BabDev/PagerfantaBundle) from 2.6.1 to 2.7.0.
- [Release notes](https://github.com/BabDev/PagerfantaBundle/releases)
- [Changelog](https://github.com/BabDev/PagerfantaBundle/blob/2.x/CHANGELOG.md)
- [Commits](https://github.com/BabDev/PagerfantaBundle/compare/v2.6.1...v2.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-10-15 02:27:56 +00:00 committed by GitHub
parent b51082ce66
commit 8db8babcd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

15
composer.lock generated
View file

@ -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",