From 5dff2b037a1ab76488c8fc45ff5a6067bc9cbc58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Mar 2022 00:53:38 +0000 Subject: [PATCH] Bump twig/twig from 2.3.2 to 2.12.5 Bumps [twig/twig](https://github.com/twigphp/Twig) from 2.3.2 to 2.12.5. - [Release notes](https://github.com/twigphp/Twig/releases) - [Changelog](https://github.com/twigphp/Twig/blob/v2.12.5/CHANGELOG) - [Commits](https://github.com/twigphp/Twig/compare/v2.3.2...v2.12.5) --- updated-dependencies: - dependency-name: twig/twig dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 187 +++++++++++++++++++++++++++++++++++++++----------- 2 files changed, 148 insertions(+), 41 deletions(-) diff --git a/composer.json b/composer.json index 9c42eca..4924fe6 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "symfony/templating": "^3.3", "symfony/twig-bundle": "3.3.*", "symfony/web-server-bundle": "3.3.*", - "twig/twig": "2.3.*" + "twig/twig": "2.12.*" }, "config": { "sort-packages": true diff --git a/composer.lock b/composer.lock index 79bd802..fc955ae 100644 --- a/composer.lock +++ b/composer.lock @@ -1,10 +1,10 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f58091a8c9cc4cf0ad86523d07149550", + "content-hash": "7a49e2d9845fa493fea1824b84fe339f", "packages": [ { "name": "clue/stream-filter", @@ -268,7 +268,7 @@ "support": { "source": "https://github.com/Nyholm/collections/tree/psr4" }, - "time": "2017-07-24 08:06:49" + "time": "2017-07-24T08:06:49+00:00" }, { "name": "doctrine/common", @@ -464,7 +464,7 @@ "support": { "source": "https://github.com/Nyholm/lexer/tree/psr4" }, - "time": "2017-07-24 07:52:22" + "time": "2017-07-24T07:52:22+00:00" }, { "name": "friendsofapi/localise.biz", @@ -1226,7 +1226,7 @@ "message", "psr7" ], - "time": "2017-08-19 10:47:28" + "time": "2017-08-19T10:47:28+00:00" }, { "name": "php-http/httplug", @@ -3569,6 +3569,85 @@ ], "time": "2017-07-05T15:09:33+00:00" }, + { + "name": "symfony/polyfill-ctype", + "version": "v1.19.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-ctype.git", + "reference": "aed596913b70fae57be53d86faa2e9ef85a2297b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/aed596913b70fae57be53d86faa2e9ef85a2297b", + "reference": "aed596913b70fae57be53d86faa2e9ef85a2297b", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-ctype": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.19-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Ctype\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Gert de Pagter", + "email": "BackEndTea@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for ctype functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "ctype", + "polyfill", + "portable" + ], + "support": { + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.19.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-10-23T09:01:57+00:00" + }, { "name": "symfony/polyfill-intl-icu", "version": "v1.5.0", @@ -3629,16 +3708,16 @@ }, { "name": "symfony/polyfill-mbstring", - "version": "v1.5.0", + "version": "v1.19.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803" + "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7c8fae0ac1d216eb54349e6a8baa57d515fe8803", - "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b5f7b932ee6fa802fc792eabd77c4c88084517ce", + "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce", "shasum": "" }, "require": { @@ -3650,16 +3729,20 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.5-dev" + "dev-main": "1.19-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - }, "files": [ "bootstrap.php" - ] + ], + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -3684,7 +3767,24 @@ "portable", "shim" ], - "time": "2017-06-14T15:44:48+00:00" + "support": { + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.19.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-10-23T09:01:57+00:00" }, { "name": "symfony/polyfill-php70", @@ -4455,36 +4555,39 @@ }, { "name": "twig/twig", - "version": "v2.3.2", + "version": "v2.12.5", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "85e8372c451510165c04bf781295f9d922fa524b" + "reference": "18772e0190734944277ee97a02a9a6c6555fcd94" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/85e8372c451510165c04bf781295f9d922fa524b", - "reference": "85e8372c451510165c04bf781295f9d922fa524b", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/18772e0190734944277ee97a02a9a6c6555fcd94", + "reference": "18772e0190734944277ee97a02a9a6c6555fcd94", "shasum": "" }, "require": { "php": "^7.0", - "symfony/polyfill-mbstring": "~1.0" + "symfony/polyfill-ctype": "^1.8", + "symfony/polyfill-mbstring": "^1.3" }, "require-dev": { "psr/container": "^1.0", - "symfony/debug": "~2.7", - "symfony/phpunit-bridge": "~3.3@dev" + "symfony/phpunit-bridge": "^4.4|^5.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.3-dev" + "dev-master": "2.12-dev" } }, "autoload": { "psr-0": { "Twig_": "lib/" + }, + "psr-4": { + "Twig\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -4498,23 +4601,26 @@ "homepage": "http://fabien.potencier.org", "role": "Lead Developer" }, + { + "name": "Twig Team", + "role": "Contributors" + }, { "name": "Armin Ronacher", "email": "armin.ronacher@active-4.com", "role": "Project Founder" - }, - { - "name": "Twig Team", - "homepage": "http://twig.sensiolabs.org/contributors", - "role": "Contributors" } ], "description": "Twig, the flexible, fast, and secure template language for PHP", - "homepage": "http://twig.sensiolabs.org", + "homepage": "https://twig.symfony.com", "keywords": [ "templating" ], - "time": "2017-04-21T00:13:02+00:00" + "support": { + "issues": "https://github.com/twigphp/Twig/issues", + "source": "https://github.com/twigphp/Twig/tree/2.x" + }, + "time": "2020-02-11T15:31:23+00:00" }, { "name": "webmozart/assert", @@ -4570,22 +4676,22 @@ "packages-dev": [], "aliases": [ { - "alias": "v1.99.0", - "alias_normalized": "1.99.0.0", + "package": "doctrine/collections", "version": "dev-psr4", - "package": "doctrine/collections" + "alias": "v1.99.0", + "alias_normalized": "1.99.0.0" }, { - "alias": "v1.0.2", - "alias_normalized": "1.0.2.0", + "package": "doctrine/lexer", "version": "dev-psr4", - "package": "doctrine/lexer" + "alias": "v1.0.2", + "alias_normalized": "1.0.2.0" }, { - "alias": "1.7", - "alias_normalized": "1.7.0.0", + "package": "php-http/discovery", "version": "dev-all-psr4", - "package": "php-http/discovery" + "alias": "1.7", + "alias_normalized": "1.7.0.0" } ], "minimum-stability": "stable", @@ -4599,5 +4705,6 @@ "platform": { "php": "^7.0" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.2.0" }