Skip to content
Snippets Groups Projects
Unverified Commit 2451fe04 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Merge pull request #911 from jasverix/feature/upgrade-gettext

Upgrade gettext to latest version
parents cb125481 01c44662
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
"robrichards/xmlseclibs": "dev-master#93f8c07976b36b6050ab341ab5850484dc897ce0 as 3.0.2", "robrichards/xmlseclibs": "dev-master#93f8c07976b36b6050ab341ab5850484dc897ce0 as 3.0.2",
"whitehat101/apr1-md5": "~1.0", "whitehat101/apr1-md5": "~1.0",
"twig/twig": "~1.0", "twig/twig": "~1.0",
"gettext/gettext": "^3.5", "gettext/gettext": "^4.6",
"jaimeperez/twig-configurable-i18n": "^1.2" "jaimeperez/twig-configurable-i18n": "^1.2"
}, },
"require-dev": { "require-dev": {
......
...@@ -4,31 +4,33 @@ ...@@ -4,31 +4,33 @@
"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": "221caf8ce81175f80009f06e6c1f6cc5", "content-hash": "a7d27841fb528e220ac63d4fa2bbc21f",
"packages": [ "packages": [
{ {
"name": "gettext/gettext", "name": "gettext/gettext",
"version": "v3.6.1", "version": "v4.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/oscarotero/Gettext.git", "url": "https://github.com/oscarotero/Gettext.git",
"reference": "cd3be64443551e3a693117c4bccbe53e36282456" "reference": "cae84aff39a87e07bd6e5cddb5adb720a0ffa357"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/oscarotero/Gettext/zipball/cd3be64443551e3a693117c4bccbe53e36282456", "url": "https://api.github.com/repos/oscarotero/Gettext/zipball/cae84aff39a87e07bd6e5cddb5adb720a0ffa357",
"reference": "cd3be64443551e3a693117c4bccbe53e36282456", "reference": "cae84aff39a87e07bd6e5cddb5adb720a0ffa357",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"gettext/languages": "2.*", "gettext/languages": "^2.3",
"php": ">=5.3.0" "php": ">=5.4.0"
}, },
"require-dev": { "require-dev": {
"illuminate/view": "*", "illuminate/view": "*",
"phpunit/phpunit": "^4.8|^5.7|^6.5",
"squizlabs/php_codesniffer": "^3.0",
"symfony/yaml": "~2", "symfony/yaml": "~2",
"twig/extensions": "*", "twig/extensions": "*",
"twig/twig": "*" "twig/twig": "^1.31|^2.0"
}, },
"suggest": { "suggest": {
"illuminate/view": "Is necessary if you want to use the Blade extractor", "illuminate/view": "Is necessary if you want to use the Blade extractor",
...@@ -64,7 +66,7 @@ ...@@ -64,7 +66,7 @@
"po", "po",
"translation" "translation"
], ],
"time": "2016-08-01T18:09:57+00:00" "time": "2018-06-26T16:51:09+00:00"
}, },
{ {
"name": "gettext/languages", "name": "gettext/languages",
......
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