diff --git a/composer.json b/composer.json index 812c2460a9bd5d0c7f9e51c2f9906d9fe184e343..2485293576a1b3df38705ec4c360d932dc71ef9f 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,6 @@ { "name": "simplesamlphp/simplesamlphp", "description": "A PHP implementation of a SAML 2.0 service provider and identity provider, also compatible with Shibboleth 1.3 and 2.0.", - "version": "1.16.1", "type": "project", "keywords": [ "saml2", "shibboleth","oauth","ws-federation","sp","idp" ], "homepage": "http://simplesamlphp.org", @@ -41,7 +40,7 @@ "robrichards/xmlseclibs": "^3.0", "whitehat101/apr1-md5": "~1.0", "twig/twig": "~1.0", - "gettext/gettext": "^3.5", + "gettext/gettext": "^4.6", "jaimeperez/twig-configurable-i18n": "^1.2" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 84c257e088f0808f8c9faa45b2fe61dec502f6e2..4045d285f227da1d159399d0db6483fb8ba69e8d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,31 +4,33 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "269c5bf97c6f645db6c61bee37261433", + "content-hash": "d628ce08777349918ca10b6c78d981c6", "packages": [ { "name": "gettext/gettext", - "version": "v3.6.1", + "version": "v4.6.0", "source": { "type": "git", "url": "https://github.com/oscarotero/Gettext.git", - "reference": "cd3be64443551e3a693117c4bccbe53e36282456" + "reference": "cae84aff39a87e07bd6e5cddb5adb720a0ffa357" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oscarotero/Gettext/zipball/cd3be64443551e3a693117c4bccbe53e36282456", - "reference": "cd3be64443551e3a693117c4bccbe53e36282456", + "url": "https://api.github.com/repos/oscarotero/Gettext/zipball/cae84aff39a87e07bd6e5cddb5adb720a0ffa357", + "reference": "cae84aff39a87e07bd6e5cddb5adb720a0ffa357", "shasum": "" }, "require": { - "gettext/languages": "2.*", - "php": ">=5.3.0" + "gettext/languages": "^2.3", + "php": ">=5.4.0" }, "require-dev": { "illuminate/view": "*", + "phpunit/phpunit": "^4.8|^5.7|^6.5", + "squizlabs/php_codesniffer": "^3.0", "symfony/yaml": "~2", "twig/extensions": "*", - "twig/twig": "*" + "twig/twig": "^1.31|^2.0" }, "suggest": { "illuminate/view": "Is necessary if you want to use the Blade extractor", @@ -64,7 +66,7 @@ "po", "translation" ], - "time": "2016-08-01T18:09:57+00:00" + "time": "2018-06-26T16:51:09+00:00" }, { "name": "gettext/languages",