From 6958470131a9301ca4a3285eef4fabe8ef577b48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 19:55:57 +0000 Subject: [PATCH] Bump twig/twig from 3.14.0 to 3.14.1 Bumps [twig/twig](https://github.com/twigphp/Twig) from 3.14.0 to 3.14.1. - [Changelog](https://github.com/twigphp/Twig/blob/v3.14.1/CHANGELOG) - [Commits](https://github.com/twigphp/Twig/compare/v3.14.0...v3.14.1) --- updated-dependencies: - dependency-name: twig/twig dependency-type: indirect ... Signed-off-by: dependabot[bot] --- composer.lock | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/composer.lock b/composer.lock index 14ad0fd..19929c8 100644 --- a/composer.lock +++ b/composer.lock @@ -4176,11 +4176,16 @@ }, { "name": "twig/twig", - "version": "v3.14.0", + "version": "v3.14.1", + "source": { + "type": "git", + "url": "https://github.com/twigphp/Twig.git", + "reference": "f405356d20fb43603bcadc8b09bfb676cb04a379" + }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/126b2c97818dbff0cdf3fbfc881aedb3d40aae72", - "reference": "126b2c97818dbff0cdf3fbfc881aedb3d40aae72", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/f405356d20fb43603bcadc8b09bfb676cb04a379", + "reference": "f405356d20fb43603bcadc8b09bfb676cb04a379", "shasum": "" }, "require": { @@ -4190,6 +4195,10 @@ "symfony/polyfill-mbstring": "^1.3", "symfony/polyfill-php81": "^1.29" }, + "require-dev": { + "psr/container": "^1.0|^2.0", + "symfony/phpunit-bridge": "^5.4.9|^6.4|^7.0" + }, "type": "library", "autoload": { "files": [ @@ -4202,6 +4211,7 @@ "Twig\\": "src/" } }, + "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], @@ -4227,7 +4237,21 @@ "keywords": [ "templating" ], - "time": "2024-09-09T17:55:12+00:00" + "support": { + "issues": "https://github.com/twigphp/Twig/issues", + "source": "https://github.com/twigphp/Twig/tree/v3.14.1" + }, + "funding": [ + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/twig/twig", + "type": "tidelift" + } + ], + "time": "2024-11-06T18:17:38+00:00" }, { "name": "vlucas/phpdotenv",