From acfb02f2b7799cc264085138cc2653431cbe3dd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 03:11:11 +0000 Subject: [PATCH] Bump babdev/pagerfanta-bundle from 2.8.0 to 2.9.0 Bumps [babdev/pagerfanta-bundle](https://github.com/BabDev/PagerfantaBundle) from 2.8.0 to 2.9.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.8.0...v2.9.0) Signed-off-by: dependabot[bot] --- composer.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.lock b/composer.lock index 7d51be014..9e66c9e99 100644 --- a/composer.lock +++ b/composer.lock @@ -8,20 +8,20 @@ "packages": [ { "name": "babdev/pagerfanta-bundle", - "version": "v2.8.0", + "version": "v2.9.0", "source": { "type": "git", "url": "https://github.com/BabDev/PagerfantaBundle.git", - "reference": "803f762404267880cc1a7e0f69cc938698786183" + "reference": "1056fcd1e5168b202da82075d7e29df9468245bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/BabDev/PagerfantaBundle/zipball/803f762404267880cc1a7e0f69cc938698786183", - "reference": "803f762404267880cc1a7e0f69cc938698786183", + "url": "https://api.github.com/repos/BabDev/PagerfantaBundle/zipball/1056fcd1e5168b202da82075d7e29df9468245bd", + "reference": "1056fcd1e5168b202da82075d7e29df9468245bd", "shasum": "" }, "require": { - "pagerfanta/pagerfanta": "^2.4", + "pagerfanta/pagerfanta": "^2.7", "php": "^7.2 || ^8.0", "symfony/config": "^3.4 || ^4.4 || ^5.1", "symfony/dependency-injection": "^3.4 || ^4.4 || ^5.1", @@ -37,14 +37,14 @@ }, "require-dev": { "doctrine/annotations": "^1.8", - "friendsofphp/php-cs-fixer": "^2.16", + "friendsofphp/php-cs-fixer": "^2.18.2", "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", + "phpstan/extension-installer": "^1.1", + "phpstan/phpstan": "^0.12.77", + "phpstan/phpstan-phpunit": "^0.12.17", + "phpstan/phpstan-symfony": "^0.12.19", "phpunit/phpunit": "^8.5 || ^9.0", "symfony/serializer": "^3.4 || ^4.4 || ^5.1", "symfony/translation": "^3.4 || ^4.4 || ^5.1", @@ -83,7 +83,7 @@ "type": "github" } ], - "time": "2020-11-11T01:03:13+00:00" + "time": "2021-02-19T00:57:08+00:00" }, { "name": "bdunogier/guzzle-site-authenticator",