Bump twig/twig from 2.12.5 to 2.14.11

Bumps [twig/twig](https://github.com/twigphp/Twig) from 2.12.5 to 2.14.11.
- [Release notes](https://github.com/twigphp/Twig/releases)
- [Changelog](https://github.com/twigphp/Twig/blob/v2.14.11/CHANGELOG)
- [Commits](https://github.com/twigphp/Twig/compare/v2.12.5...v2.14.11)

---
updated-dependencies:
- dependency-name: twig/twig
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-02-11 03:32:59 +00:00 committed by Ralf Becker
parent 3ef0b5a6de
commit a85116e28b

34
composer.lock generated
View File

@ -207,7 +207,7 @@
"version": "v2.3.4", "version": "v2.3.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "git@github.com:fengyuanchen/cropper.git", "url": "https://github.com/fengyuanchen/cropper.git",
"reference": "30c58b29ee21010e17e58ebab165fbd84285c685" "reference": "30c58b29ee21010e17e58ebab165fbd84285c685"
}, },
"dist": { "dist": {
@ -2768,7 +2768,7 @@
"version": "2.0.3", "version": "2.0.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/jquery/jquery.git", "url": "git@github.com:jquery/jquery.git",
"reference": "f852e631ba85af7da4ad7594785e122504e7b233" "reference": "f852e631ba85af7da4ad7594785e122504e7b233"
}, },
"dist": { "dist": {
@ -6226,6 +6226,7 @@
"riak", "riak",
"simplesamlphp" "simplesamlphp"
], ],
"abandoned": true,
"time": "2019-12-03T08:28:45+00:00" "time": "2019-12-03T08:28:45+00:00"
}, },
{ {
@ -8657,31 +8658,32 @@
}, },
{ {
"name": "twig/twig", "name": "twig/twig",
"version": "v2.12.5", "version": "v2.14.11",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/twigphp/Twig.git", "url": "https://github.com/twigphp/Twig.git",
"reference": "18772e0190734944277ee97a02a9a6c6555fcd94" "reference": "66baa66f29ee30e487e05f1679903e36eb01d727"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/18772e0190734944277ee97a02a9a6c6555fcd94", "url": "https://api.github.com/repos/twigphp/Twig/zipball/66baa66f29ee30e487e05f1679903e36eb01d727",
"reference": "18772e0190734944277ee97a02a9a6c6555fcd94", "reference": "66baa66f29ee30e487e05f1679903e36eb01d727",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.0", "php": ">=7.1.3",
"symfony/polyfill-ctype": "^1.8", "symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-mbstring": "^1.3" "symfony/polyfill-mbstring": "^1.3",
"symfony/polyfill-php72": "^1.8"
}, },
"require-dev": { "require-dev": {
"psr/container": "^1.0", "psr/container": "^1.0",
"symfony/phpunit-bridge": "^4.4|^5.0" "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.12-dev" "dev-master": "2.14-dev"
} }
}, },
"autoload": { "autoload": {
@ -8718,7 +8720,17 @@
"keywords": [ "keywords": [
"templating" "templating"
], ],
"time": "2020-02-11T15:31:23+00:00" "funding": [
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
"type": "tidelift"
}
],
"time": "2022-02-04T06:57:25+00:00"
}, },
{ {
"name": "webmozart/assert", "name": "webmozart/assert",