composer update twig/twig. symfony/symfony updated too due to twig 2.0 incompatibility in symfony/symfony 2.7.21.

This commit is contained in:
Alexey Skobkin 2017-01-08 22:13:37 +03:00
parent 25f15e40ba
commit 95930e5c64

27
composer.lock generated
View file

@ -2973,16 +2973,16 @@
}, },
{ {
"name": "symfony/symfony", "name": "symfony/symfony",
"version": "v2.7.21", "version": "v2.7.22",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/symfony.git", "url": "https://github.com/symfony/symfony.git",
"reference": "cdc25e2d47d2c2f1d968feda5a7895031915043c" "reference": "4b0fd9881d3ab98578cd92739fa1d3a1a74ebe8d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/symfony/zipball/cdc25e2d47d2c2f1d968feda5a7895031915043c", "url": "https://api.github.com/repos/symfony/symfony/zipball/4b0fd9881d3ab98578cd92739fa1d3a1a74ebe8d",
"reference": "cdc25e2d47d2c2f1d968feda5a7895031915043c", "reference": "4b0fd9881d3ab98578cd92739fa1d3a1a74ebe8d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3097,7 +3097,7 @@
"keywords": [ "keywords": [
"framework" "framework"
], ],
"time": "2016-11-21T01:13:05+00:00" "time": "2016-12-13T10:53:44+00:00"
}, },
{ {
"name": "twig/extensions", "name": "twig/extensions",
@ -3153,29 +3153,30 @@
}, },
{ {
"name": "twig/twig", "name": "twig/twig",
"version": "v1.28.2", "version": "v2.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/twigphp/Twig.git", "url": "https://github.com/twigphp/Twig.git",
"reference": "b22ce0eb070e41f7cba65d78fe216de29726459c" "reference": "2a86dde1288d7270169083d0e078dc7ebe0f48b6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/b22ce0eb070e41f7cba65d78fe216de29726459c", "url": "https://api.github.com/repos/twigphp/Twig/zipball/2a86dde1288d7270169083d0e078dc7ebe0f48b6",
"reference": "b22ce0eb070e41f7cba65d78fe216de29726459c", "reference": "2a86dde1288d7270169083d0e078dc7ebe0f48b6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.2.7" "php": "^7.0",
"symfony/polyfill-mbstring": "~1.0"
}, },
"require-dev": { "require-dev": {
"symfony/debug": "~2.7", "symfony/debug": "~2.7",
"symfony/phpunit-bridge": "~3.2@dev" "symfony/phpunit-bridge": "~3.2"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.28-dev" "dev-master": "2.0-dev"
} }
}, },
"autoload": { "autoload": {
@ -3210,7 +3211,7 @@
"keywords": [ "keywords": [
"templating" "templating"
], ],
"time": "2016-11-23T18:41:40+00:00" "time": "2017-01-05T17:12:02+00:00"
}, },
{ {
"name": "unreal4u/telegram-api", "name": "unreal4u/telegram-api",