From 73bdb95e2dd465991fab3abac148c12c55f386d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 13:55:04 +0000 Subject: [PATCH] Bump twig/twig from 3.14.1 to 3.17.1 Bumps [twig/twig](https://github.com/twigphp/Twig) from 3.14.1 to 3.17.1. - [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG) - [Commits](https://github.com/twigphp/Twig/compare/v3.14.1...v3.17.1) --- updated-dependencies: - dependency-name: twig/twig dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 19 ++++++++++--------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index a3644164d..1c7a6a81d 100644 --- a/composer.json +++ b/composer.json @@ -52,7 +52,7 @@ "idno/mentionjs": "^1.0", "mapkyca/known-mongo-php-library": "1.0.3", "indieweb/mention-client": "^1.2.1", - "twig/twig": "3.14.1", + "twig/twig": "3.17.1", "masterminds/html5": "^2.7", "ramsey/uuid": "^4.1", "npm-asset/eonasdan-bootstrap-datetimepicker": "^6.2", diff --git a/composer.lock b/composer.lock index 0bf2e4462..90d2c986b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f944de386b6d2adf7dca121035bf5315", + "content-hash": "8c3ce28bce8b19211814d5b18c4e8d15", "packages": [ { "name": "brick/math", @@ -4016,8 +4016,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -4510,16 +4510,16 @@ }, { "name": "twig/twig", - "version": "v3.14.1", + "version": "v3.17.1", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "f405356d20fb43603bcadc8b09bfb676cb04a379" + "reference": "677ef8da6497a03048192aeeb5aa3018e379ac71" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/f405356d20fb43603bcadc8b09bfb676cb04a379", - "reference": "f405356d20fb43603bcadc8b09bfb676cb04a379", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/677ef8da6497a03048192aeeb5aa3018e379ac71", + "reference": "677ef8da6497a03048192aeeb5aa3018e379ac71", "shasum": "" }, "require": { @@ -4530,6 +4530,7 @@ "symfony/polyfill-php81": "^1.29" }, "require-dev": { + "phpstan/phpstan": "^2.0", "psr/container": "^1.0|^2.0", "symfony/phpunit-bridge": "^5.4.9|^6.4|^7.0" }, @@ -4573,7 +4574,7 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v3.14.1" + "source": "https://github.com/twigphp/Twig/tree/v3.17.1" }, "funding": [ { @@ -4585,7 +4586,7 @@ "type": "tidelift" } ], - "time": "2024-11-06T18:17:38+00:00" + "time": "2024-12-12T09:58:10+00:00" }, { "name": "vlucas/phpdotenv",