Skip to content
Snippets Groups Projects
Unverified Commit 440e8435 authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo
Browse files

Add support for Twig 1 & 2.

parent e8e6bec6
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -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": "837be9bb79625f48f9a2e831565d217c", "content-hash": "14aaf0dd50482ab820337a0691231b3d",
"packages": [ "packages": [
{ {
"name": "gettext/gettext", "name": "gettext/gettext",
...@@ -131,16 +131,16 @@ ...@@ -131,16 +131,16 @@
}, },
{ {
"name": "jaimeperez/twig-configurable-i18n", "name": "jaimeperez/twig-configurable-i18n",
"version": "v1.2", "version": "v2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/jaimeperez/twig-configurable-i18n.git", "url": "https://github.com/jaimeperez/twig-configurable-i18n.git",
"reference": "75d4926fd102c9e62219ad7f94a6136d2f2ccd93" "reference": "4ccf150ba9f28d2e31d0622ecc9b81cdc6a2638b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/jaimeperez/twig-configurable-i18n/zipball/75d4926fd102c9e62219ad7f94a6136d2f2ccd93", "url": "https://api.github.com/repos/jaimeperez/twig-configurable-i18n/zipball/4ccf150ba9f28d2e31d0622ecc9b81cdc6a2638b",
"reference": "75d4926fd102c9e62219ad7f94a6136d2f2ccd93", "reference": "4ccf150ba9f28d2e31d0622ecc9b81cdc6a2638b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -171,7 +171,7 @@ ...@@ -171,7 +171,7 @@
"translation", "translation",
"twig" "twig"
], ],
"time": "2016-10-03T12:34:15+00:00" "time": "2018-10-10T09:12:46+00:00"
}, },
{ {
"name": "paragonie/random_compat", "name": "paragonie/random_compat",
...@@ -1046,21 +1046,22 @@ ...@@ -1046,21 +1046,22 @@
}, },
{ {
"name": "twig/twig", "name": "twig/twig",
"version": "v1.35.4", "version": "v2.5.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/twigphp/Twig.git", "url": "https://github.com/twigphp/Twig.git",
"reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a" "reference": "6a5f676b77a90823c2d4eaf76137b771adf31323"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/7e081e98378a1e78c29cc9eba4aefa5d78a05d2a", "url": "https://api.github.com/repos/twigphp/Twig/zipball/6a5f676b77a90823c2d4eaf76137b771adf31323",
"reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a", "reference": "6a5f676b77a90823c2d4eaf76137b771adf31323",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3", "php": "^7.0",
"symfony/polyfill-ctype": "^1.8" "symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-mbstring": "~1.0"
}, },
"require-dev": { "require-dev": {
"psr/container": "^1.0", "psr/container": "^1.0",
...@@ -1070,7 +1071,7 @@ ...@@ -1070,7 +1071,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.35-dev" "dev-master": "2.5-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -1108,7 +1109,7 @@ ...@@ -1108,7 +1109,7 @@
"keywords": [ "keywords": [
"templating" "templating"
], ],
"time": "2018-07-13T07:12:17+00:00" "time": "2018-07-13T07:18:09+00:00"
}, },
{ {
"name": "whitehat101/apr1-md5", "name": "whitehat101/apr1-md5",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment