diff --git a/web/concrete/composer.json b/web/concrete/composer.json index 9220a2d1f09..6d5b36906cf 100644 --- a/web/concrete/composer.json +++ b/web/concrete/composer.json @@ -56,7 +56,7 @@ "tedivm/stash": "0.12.1", "lusitanian/oauth": "~0.3", "oryzone/oauth-user-data": "~1.0@dev", - "mlocati/concrete5-translation-library": "1.4.0", + "mlocati/concrete5-translation-library": "1.4.1", "league/url": "3.*" } } diff --git a/web/concrete/composer.lock b/web/concrete/composer.lock index 8fd3ec1c2bb..d087df040ea 100644 --- a/web/concrete/composer.lock +++ b/web/concrete/composer.lock @@ -4,7 +4,7 @@ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "cb45e166b224fc0c90ae467ad8ae6e8a", + "hash": "9a42d837a91e1bdc5e03fe7939cb5932", "packages": [ { "name": "anahkiasen/html-object", @@ -877,24 +877,32 @@ }, { "name": "gettext/gettext", - "version": "v3.3", + "version": "v3.4.2", "source": { "type": "git", "url": "https://github.com/oscarotero/Gettext.git", - "reference": "3addf67466e8ab129b8a5b15ad374c3d1a9359b3" + "reference": "6d8fae62ce7df8676a351dfa5728c8f87f20ef53" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oscarotero/Gettext/zipball/3addf67466e8ab129b8a5b15ad374c3d1a9359b3", - "reference": "3addf67466e8ab129b8a5b15ad374c3d1a9359b3", + "url": "https://api.github.com/repos/oscarotero/Gettext/zipball/6d8fae62ce7df8676a351dfa5728c8f87f20ef53", + "reference": "6d8fae62ce7df8676a351dfa5728c8f87f20ef53", "shasum": "" }, "require": { "gettext/languages": "2.*", "php": ">=5.3.0" }, + "require-dev": { + "illuminate/view": "*", + "phpunit/phpunit": "~4.0", + "twig/extensions": "*", + "twig/twig": "*" + }, "suggest": { - "illuminate/view": "Is necessary if you want use the Blade extractor" + "illuminate/view": "Is necessary if you want to use the Blade extractor", + "twig/extensions": "Is necessary if you want to use the Twig extractor", + "twig/twig": "Is necessary if you want to use the Twig extractor" }, "type": "library", "autoload": { @@ -924,7 +932,7 @@ "po", "translation" ], - "time": "2015-02-16 11:52:19" + "time": "2015-04-28 17:50:01" }, { "name": "gettext/languages", @@ -1551,20 +1559,20 @@ }, { "name": "mlocati/concrete5-translation-library", - "version": "1.4.0", + "version": "1.4.1", "source": { "type": "git", "url": "https://github.com/mlocati/concrete5-translation-library.git", - "reference": "200340dfd2eb4478a8471f55334e95ea7043e338" + "reference": "d27b143760526da8c4baa1647b6cd6ca59133c58" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mlocati/concrete5-translation-library/zipball/200340dfd2eb4478a8471f55334e95ea7043e338", - "reference": "200340dfd2eb4478a8471f55334e95ea7043e338", + "url": "https://api.github.com/repos/mlocati/concrete5-translation-library/zipball/d27b143760526da8c4baa1647b6cd6ca59133c58", + "reference": "d27b143760526da8c4baa1647b6cd6ca59133c58", "shasum": "" }, "require": { - "gettext/gettext": "3.3.*", + "gettext/gettext": "3.4.*", "php": ">=5.3.0" }, "type": "library", @@ -1597,7 +1605,7 @@ "translate", "translation" ], - "time": "2015-04-13 12:35:31" + "time": "2015-04-28 14:52:20" }, { "name": "mobiledetect/mobiledetectlib",