From 31f99a1f8f5b907476459c5cb018aca59adb521f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 18:22:43 +0000 Subject: [PATCH] Bump twig/twig from 3.14.0 to 3.17.0 Bumps [twig/twig](https://github.com/twigphp/Twig) from 3.14.0 to 3.17.0. - [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG) - [Commits](https://github.com/twigphp/Twig/compare/v3.14.0...v3.17.0) --- 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..6dd1486e4 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.0", "masterminds/html5": "^2.7", "ramsey/uuid": "^4.1", "npm-asset/eonasdan-bootstrap-datetimepicker": "^6.2", diff --git a/composer.lock b/composer.lock index a07f48ce8..d835d5ade 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": "6397634314f799b2e912b9f91d6f3695", "packages": [ { "name": "brick/math", @@ -4014,8 +4014,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -4508,16 +4508,16 @@ }, { "name": "twig/twig", - "version": "v3.14.1", + "version": "v3.17.0", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "f405356d20fb43603bcadc8b09bfb676cb04a379" + "reference": "d3a64b742a5e74c57e3964d766e1032982145872" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/f405356d20fb43603bcadc8b09bfb676cb04a379", - "reference": "f405356d20fb43603bcadc8b09bfb676cb04a379", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/d3a64b742a5e74c57e3964d766e1032982145872", + "reference": "d3a64b742a5e74c57e3964d766e1032982145872", "shasum": "" }, "require": { @@ -4528,6 +4528,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" }, @@ -4571,7 +4572,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.0" }, "funding": [ { @@ -4583,7 +4584,7 @@ "type": "tidelift" } ], - "time": "2024-11-06T18:17:38+00:00" + "time": "2024-12-10T15:19:11+00:00" }, { "name": "vlucas/phpdotenv",