From 03975cc81262dda2b2bfa461ada06a012fb70ea2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 04:16:06 +0000 Subject: [PATCH] Bump pagerfanta/twig from 3.7.0 to 3.8.0 Bumps [pagerfanta/twig](https://github.com/Pagerfanta/twig) from 3.7.0 to 3.8.0. - [Release notes](https://github.com/Pagerfanta/twig/releases) - [Commits](https://github.com/Pagerfanta/twig/compare/v3.7.0...v3.8.0) --- updated-dependencies: - dependency-name: pagerfanta/twig dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/composer.lock b/composer.lock index 39052d0e9..0d3a58f2b 100644 --- a/composer.lock +++ b/composer.lock @@ -6386,27 +6386,26 @@ }, { "name": "pagerfanta/twig", - "version": "v3.7.0", + "version": "v3.8.0", "source": { "type": "git", "url": "https://github.com/Pagerfanta/twig.git", - "reference": "e8f60980242db0e744ef926a0263ff3722f502bf" + "reference": "19ba831401d7bc5249997c09c574e5c922773b12" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Pagerfanta/twig/zipball/e8f60980242db0e744ef926a0263ff3722f502bf", - "reference": "e8f60980242db0e744ef926a0263ff3722f502bf", + "url": "https://api.github.com/repos/Pagerfanta/twig/zipball/19ba831401d7bc5249997c09c574e5c922773b12", + "reference": "19ba831401d7bc5249997c09c574e5c922773b12", "shasum": "" }, "require": { "pagerfanta/core": "^3.0", "php": "^7.4 || ^8.0", "symfony/polyfill-php80": "^1.15", - "twig/twig": "^1.35 || ^2.5 || ^3.0" + "twig/twig": "^2.13 || ^3.0" }, "require-dev": { - "phpunit/phpunit": "^9.5", - "symfony/phpunit-bridge": "^5.4 || ^6.0" + "phpunit/phpunit": "^9.6 || ^10.0" }, "type": "library", "autoload": { @@ -6426,9 +6425,9 @@ "pagerfanta" ], "support": { - "source": "https://github.com/Pagerfanta/twig/tree/v3.7.0" + "source": "https://github.com/Pagerfanta/twig/tree/v3.8.0" }, - "time": "2022-12-01T22:53:57+00:00" + "time": "2023-04-15T16:39:14+00:00" }, { "name": "paragonie/constant_time_encoding",