Update dependency twig/twig to v3

This commit is contained in:
Renovate Bot 2020-06-23 01:49:55 +00:00
parent eaaf43aef6
commit a0b66ac805
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 14 additions and 19 deletions

View File

@ -28,7 +28,7 @@
}, },
"require": { "require": {
"php": "^7.1", "php": "^7.1",
"twig/twig": "2.8.1", "twig/twig": "3.0.3",
"psr/simple-cache": "1.0.1", "psr/simple-cache": "1.0.1",
"psr/log": "1.1.0", "psr/log": "1.1.0",
"doctrine/orm": "2.6.3" "doctrine/orm": "2.6.3"

31
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "30597f58af23b6b10d97f837c501478d", "content-hash": "8e59696ddea0f3747e5ca277b4e52a07",
"packages": [ "packages": [
{ {
"name": "doctrine/annotations", "name": "doctrine/annotations",
@ -1644,38 +1644,34 @@
}, },
{ {
"name": "twig/twig", "name": "twig/twig",
"version": "v2.8.1", "version": "v3.0.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/twigphp/Twig.git", "url": "https://github.com/twigphp/Twig.git",
"reference": "91cc2594d3143761ce0399c1caffd0b500ffe5b9" "reference": "3b88ccd180a6b61ebb517aea3b1a8906762a1dc2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/91cc2594d3143761ce0399c1caffd0b500ffe5b9", "url": "https://api.github.com/repos/twigphp/Twig/zipball/3b88ccd180a6b61ebb517aea3b1a8906762a1dc2",
"reference": "91cc2594d3143761ce0399c1caffd0b500ffe5b9", "reference": "3b88ccd180a6b61ebb517aea3b1a8906762a1dc2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.0", "php": "^7.2.5",
"symfony/polyfill-ctype": "^1.8", "symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-mbstring": "^1.3" "symfony/polyfill-mbstring": "^1.3"
}, },
"require-dev": { "require-dev": {
"psr/container": "^1.0", "psr/container": "^1.0",
"symfony/debug": "^2.7", "symfony/phpunit-bridge": "^4.4|^5.0"
"symfony/phpunit-bridge": "^3.4.19|^4.1.8"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.8-dev" "dev-master": "3.0-dev"
} }
}, },
"autoload": { "autoload": {
"psr-0": {
"Twig_": "lib/"
},
"psr-4": { "psr-4": {
"Twig\\": "src/" "Twig\\": "src/"
} }
@ -1691,15 +1687,14 @@
"homepage": "http://fabien.potencier.org", "homepage": "http://fabien.potencier.org",
"role": "Lead Developer" "role": "Lead Developer"
}, },
{
"name": "Twig Team",
"role": "Contributors"
},
{ {
"name": "Armin Ronacher", "name": "Armin Ronacher",
"email": "armin.ronacher@active-4.com", "email": "armin.ronacher@active-4.com",
"role": "Project Founder" "role": "Project Founder"
},
{
"name": "Twig Team",
"homepage": "https://twig.symfony.com/contributors",
"role": "Contributors"
} }
], ],
"description": "Twig, the flexible, fast, and secure template language for PHP", "description": "Twig, the flexible, fast, and secure template language for PHP",
@ -1707,7 +1702,7 @@
"keywords": [ "keywords": [
"templating" "templating"
], ],
"time": "2019-04-16T17:14:24+00:00" "time": "2020-02-11T15:33:47+00:00"
} }
], ],
"packages-dev": [ "packages-dev": [