Skip to content
Snippets Groups Projects
Commit e4d7c082 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fix mistake in previous commit

parent fbd3ba19
No related branches found
No related tags found
No related merge requests found
{
"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": {
......
......@@ -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",
......
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