From bb972d07916bf599d79200cdb70d1f2102b8ad8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 03:23:09 +0000 Subject: [PATCH] build(deps): bump babdev/pagerfanta-bundle from 4.5.0 to 4.6.0 Bumps [babdev/pagerfanta-bundle](https://github.com/BabDev/PagerfantaBundle) from 4.5.0 to 4.6.0. - [Changelog](https://github.com/BabDev/PagerfantaBundle/blob/4.x/CHANGELOG.md) - [Commits](https://github.com/BabDev/PagerfantaBundle/compare/v4.5.0...v4.6.0) --- updated-dependencies: - dependency-name: babdev/pagerfanta-bundle dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 67 +++++++++++++++++++++++++++------------------------ 1 file changed, 35 insertions(+), 32 deletions(-) diff --git a/composer.lock b/composer.lock index 63643445c..a7c70aa31 100644 --- a/composer.lock +++ b/composer.lock @@ -8,55 +8,54 @@ "packages": [ { "name": "babdev/pagerfanta-bundle", - "version": "v4.5.0", + "version": "v4.6.0", "source": { "type": "git", "url": "https://github.com/BabDev/PagerfantaBundle.git", - "reference": "838e486e0aad9a4485eeb9d5ea854872ae23dadc" + "reference": "ea3eb6a3f9d838de73254683b1a57014877d2ff3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/BabDev/PagerfantaBundle/zipball/838e486e0aad9a4485eeb9d5ea854872ae23dadc", - "reference": "838e486e0aad9a4485eeb9d5ea854872ae23dadc", + "url": "https://api.github.com/repos/BabDev/PagerfantaBundle/zipball/ea3eb6a3f9d838de73254683b1a57014877d2ff3", + "reference": "ea3eb6a3f9d838de73254683b1a57014877d2ff3", "shasum": "" }, "require": { "pagerfanta/core": "^3.7 || ^4.0", "php": "^8.1", "psr/container": "^1.0 || ^2.0", - "symfony/config": "^5.4 || ^6.4 || ^7.1", - "symfony/dependency-injection": "^5.4 || ^6.4 || ^7.1", - "symfony/http-foundation": "^5.4 || ^6.4 || ^7.1", - "symfony/http-kernel": "^5.4 || ^6.4 || ^7.1", - "symfony/property-access": "^5.4 || ^6.4 || ^7.1", - "symfony/routing": "^5.4 || ^6.4 || ^7.1" + "symfony/config": "^5.4 || ^6.4 || ^7.3 || ^8.0", + "symfony/dependency-injection": "^5.4 || ^6.4 || ^7.3 || ^8.0", + "symfony/http-foundation": "^5.4 || ^6.4 || ^7.3 || ^8.0", + "symfony/http-kernel": "^5.4 || ^6.4 || ^7.3 || ^8.0", + "symfony/property-access": "^5.4 || ^6.4 || ^7.3 || ^8.0", + "symfony/routing": "^5.4 || ^6.4 || ^7.3 || ^8.0" }, "conflict": { "jms/serializer": "<3.18", "jms/serializer-bundle": "<4.2", "pagerfanta/twig": "<3.7", - "symfony/serializer": "<5.4 || >=6.0,<6.4 || >=7.0,<7.1", - "symfony/translation": "<5.4 || >=6.0,<6.4 || >=7.0,<7.1", - "symfony/twig-bridge": "<5.4 || >=6.0,<6.4 || >=7.0,<7.1", - "symfony/twig-bundle": "<5.4 || >=6.0,<6.4 || >=7.0,<7.1", + "symfony/serializer": "<5.4 || >=6.0,<6.4 || >=7.0,<7.3", + "symfony/translation": "<5.4 || >=6.0,<6.4 || >=7.0,<7.3", + "symfony/twig-bridge": "<5.4 || >=6.0,<6.4 || >=7.0,<7.3", + "symfony/twig-bundle": "<5.4 || >=6.0,<6.4 || >=7.0,<7.3", "twig/twig": "<2.13", "white-october/pagerfanta-bundle": "*" }, "require-dev": { "jms/serializer": "^3.18", "jms/serializer-bundle": "^4.2 || ^5.0", - "matthiasnoback/symfony-dependency-injection-test": "^5.0", + "matthiasnoback/symfony-dependency-injection-test": "^6.2", "pagerfanta/twig": "^3.7 || ^4.0", "phpstan/extension-installer": "^1.3", - "phpstan/phpstan": "1.12.7", - "phpstan/phpstan-phpunit": "1.4.0", - "phpstan/phpstan-symfony": "1.4.11", - "phpunit/phpunit": "9.6.21", - "symfony/phpunit-bridge": "^5.4 || ^6.4 || ^7.1", - "symfony/serializer": "^5.4 || ^6.4 || ^7.1", - "symfony/translation": "^5.4 || ^6.4 || ^7.1", - "symfony/twig-bridge": "^5.4 || ^6.4 || ^7.1", - "symfony/twig-bundle": "^5.4 || ^6.4 || ^7.1", + "phpstan/phpstan": "2.1.32", + "phpstan/phpstan-phpunit": "2.0.8", + "phpstan/phpstan-symfony": "2.0.9", + "phpunit/phpunit": "10.5.58 || 11.5.44 || 12.4.4", + "symfony/serializer": "^5.4 || ^6.4 || ^7.3 || ^8.0", + "symfony/translation": "^5.4 || ^6.4 || ^7.3 || ^8.0", + "symfony/twig-bridge": "^5.4 || ^6.4 || ^7.3 || ^8.0", + "symfony/twig-bundle": "^5.4 || ^6.4 || ^7.3 || ^8.0", "twig/twig": "^2.13 || ^3.0" }, "suggest": { @@ -83,7 +82,7 @@ ], "support": { "issues": "https://github.com/BabDev/PagerfantaBundle/issues", - "source": "https://github.com/BabDev/PagerfantaBundle/tree/v4.5.0" + "source": "https://github.com/BabDev/PagerfantaBundle/tree/v4.6.0" }, "funding": [ { @@ -91,7 +90,7 @@ "type": "github" } ], - "time": "2024-11-03T20:23:50+00:00" + "time": "2025-11-29T13:01:51+00:00" }, { "name": "beberlei/assert", @@ -11734,16 +11733,16 @@ }, { "name": "symfony/property-info", - "version": "v6.4.18", + "version": "v6.4.24", "source": { "type": "git", "url": "https://github.com/symfony/property-info.git", - "reference": "94d18e5cc11a37fd92856d38b61d9cdf72536a1e" + "reference": "1056ae3621eeddd78d7c5ec074f1c1784324eec6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-info/zipball/94d18e5cc11a37fd92856d38b61d9cdf72536a1e", - "reference": "94d18e5cc11a37fd92856d38b61d9cdf72536a1e", + "url": "https://api.github.com/repos/symfony/property-info/zipball/1056ae3621eeddd78d7c5ec074f1c1784324eec6", + "reference": "1056ae3621eeddd78d7c5ec074f1c1784324eec6", "shasum": "" }, "require": { @@ -11800,7 +11799,7 @@ "validator" ], "support": { - "source": "https://github.com/symfony/property-info/tree/v6.4.18" + "source": "https://github.com/symfony/property-info/tree/v6.4.24" }, "funding": [ { @@ -11811,12 +11810,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-01-21T10:52:27+00:00" + "time": "2025-07-14T16:38:25+00:00" }, { "name": "symfony/proxy-manager-bridge",