Merge pull request #4608 from wallabag/dependabot/composer/babdev/pagerfanta-bundle-2.6.0

Bump babdev/pagerfanta-bundle from 2.5.2 to 2.6.0
This commit is contained in:
Jérémy Benoist 2020-09-30 06:20:47 +02:00 committed by GitHub
commit dda4f71318
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

40
composer.lock generated
View File

@ -8,28 +8,28 @@
"packages": [ "packages": [
{ {
"name": "babdev/pagerfanta-bundle", "name": "babdev/pagerfanta-bundle",
"version": "v2.5.2", "version": "v2.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/BabDev/PagerfantaBundle.git", "url": "https://github.com/BabDev/PagerfantaBundle.git",
"reference": "08c6fa740176cd84182c403adc4971b7cc020f6d" "reference": "4febc9899ea1d06863485dedd6ee618695da0035"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/BabDev/PagerfantaBundle/zipball/08c6fa740176cd84182c403adc4971b7cc020f6d", "url": "https://api.github.com/repos/BabDev/PagerfantaBundle/zipball/4febc9899ea1d06863485dedd6ee618695da0035",
"reference": "08c6fa740176cd84182c403adc4971b7cc020f6d", "reference": "4febc9899ea1d06863485dedd6ee618695da0035",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"pagerfanta/pagerfanta": "^2.4", "pagerfanta/pagerfanta": "^2.4",
"php": "^7.2", "php": "^7.2",
"symfony/config": "^3.4 || ^4.4 || ^5.0", "symfony/config": "^3.4 || ^4.4 || ^5.1",
"symfony/dependency-injection": "^3.4 || ^4.4 || ^5.0", "symfony/dependency-injection": "^3.4 || ^4.4 || ^5.1",
"symfony/deprecation-contracts": "^2.1", "symfony/deprecation-contracts": "^2.1",
"symfony/http-foundation": "^3.4 || ^4.4 || ^5.0", "symfony/http-foundation": "^3.4 || ^4.4 || ^5.1",
"symfony/http-kernel": "^3.4 || ^4.4 || ^5.0", "symfony/http-kernel": "^3.4 || ^4.4 || ^5.1",
"symfony/property-access": "^3.4 || ^4.4 || ^5.0", "symfony/property-access": "^3.4 || ^4.4 || ^5.1",
"symfony/routing": "^3.4 || ^4.4 || ^5.0" "symfony/routing": "^3.4 || ^4.4 || ^5.1"
}, },
"conflict": { "conflict": {
"twig/twig": "<1.35 || >=2.0,<2.5", "twig/twig": "<1.35 || >=2.0,<2.5",
@ -44,9 +44,9 @@
"phpstan/phpstan-phpunit": "^0.12.16", "phpstan/phpstan-phpunit": "^0.12.16",
"phpstan/phpstan-symfony": "^0.12.7", "phpstan/phpstan-symfony": "^0.12.7",
"phpunit/phpunit": "^8.5 || ^9.0", "phpunit/phpunit": "^8.5 || ^9.0",
"symfony/translation": "^3.4 || ^4.4 || ^5.0", "symfony/translation": "^3.4 || ^4.4 || ^5.1",
"symfony/twig-bridge": "^3.4 || ^4.4 || ^5.0", "symfony/twig-bridge": "^3.4 || ^4.4 || ^5.1",
"symfony/twig-bundle": "^3.4 || ^4.4 || ^5.0", "symfony/twig-bundle": "^3.4 || ^4.4 || ^5.1",
"twig/twig": "^1.35 || ^2.5 || ^3.0" "twig/twig": "^1.35 || ^2.5 || ^3.0"
}, },
"suggest": { "suggest": {
@ -78,7 +78,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2020-08-25T04:47:00+00:00" "time": "2020-09-29T22:50:13+00:00"
}, },
{ {
"name": "bdunogier/guzzle-site-authenticator", "name": "bdunogier/guzzle-site-authenticator",
@ -8388,16 +8388,16 @@
}, },
{ {
"name": "symfony/deprecation-contracts", "name": "symfony/deprecation-contracts",
"version": "v2.1.3", "version": "v2.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git", "url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "5e20b83385a77593259c9f8beb2c43cd03b2ac14" "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5e20b83385a77593259c9f8beb2c43cd03b2ac14", "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5fa56b4074d1ae755beb55617ddafe6f5d78f665",
"reference": "5e20b83385a77593259c9f8beb2c43cd03b2ac14", "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8406,7 +8406,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.1-dev" "dev-master": "2.2-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/contracts", "name": "symfony/contracts",
@ -8448,7 +8448,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-06-06T08:49:21+00:00" "time": "2020-09-07T11:33:47+00:00"
}, },
{ {
"name": "symfony/http-client", "name": "symfony/http-client",