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

Update the dependency on saml2 & xmlseclibs

parent 440f36cf
No related branches found
No related tags found
No related merge requests found
{ {
"name": "simplesamlphp/simplesamlphp", "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.", "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", "type": "project",
"keywords": [ "saml2", "shibboleth","oauth","ws-federation","sp","idp" ], "keywords": [ "saml2", "shibboleth","oauth","ws-federation","sp","idp" ],
"homepage": "http://simplesamlphp.org", "homepage": "http://simplesamlphp.org",
...@@ -36,11 +37,11 @@ ...@@ -36,11 +37,11 @@
"ext-hash": "*", "ext-hash": "*",
"ext-json": "*", "ext-json": "*",
"ext-mbstring": "*", "ext-mbstring": "*",
"simplesamlphp/saml2": "~3.2", "simplesamlphp/saml2": "^3.2",
"robrichards/xmlseclibs": "dev-master#93f8c07976b36b6050ab341ab5850484dc897ce0 as 3.0.2", "robrichards/xmlseclibs": "^3.0",
"whitehat101/apr1-md5": "~1.0", "whitehat101/apr1-md5": "~1.0",
"twig/twig": "~1.0", "twig/twig": "~1.0",
"gettext/gettext": "^4.6", "gettext/gettext": "^3.5",
"jaimeperez/twig-configurable-i18n": "^1.2" "jaimeperez/twig-configurable-i18n": "^1.2"
}, },
"require-dev": { "require-dev": {
......
...@@ -4,33 +4,31 @@ ...@@ -4,33 +4,31 @@
"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": "a7d27841fb528e220ac63d4fa2bbc21f", "content-hash": "269c5bf97c6f645db6c61bee37261433",
"packages": [ "packages": [
{ {
"name": "gettext/gettext", "name": "gettext/gettext",
"version": "v4.6.0", "version": "v3.6.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/oscarotero/Gettext.git", "url": "https://github.com/oscarotero/Gettext.git",
"reference": "cae84aff39a87e07bd6e5cddb5adb720a0ffa357" "reference": "cd3be64443551e3a693117c4bccbe53e36282456"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/oscarotero/Gettext/zipball/cae84aff39a87e07bd6e5cddb5adb720a0ffa357", "url": "https://api.github.com/repos/oscarotero/Gettext/zipball/cd3be64443551e3a693117c4bccbe53e36282456",
"reference": "cae84aff39a87e07bd6e5cddb5adb720a0ffa357", "reference": "cd3be64443551e3a693117c4bccbe53e36282456",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"gettext/languages": "^2.3", "gettext/languages": "2.*",
"php": ">=5.4.0" "php": ">=5.3.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": "^1.31|^2.0" "twig/twig": "*"
}, },
"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",
...@@ -66,7 +64,7 @@ ...@@ -66,7 +64,7 @@
"po", "po",
"translation" "translation"
], ],
"time": "2018-06-26T16:51:09+00:00" "time": "2016-08-01T18:09:57+00:00"
}, },
{ {
"name": "gettext/languages", "name": "gettext/languages",
...@@ -222,16 +220,16 @@ ...@@ -222,16 +220,16 @@
}, },
{ {
"name": "robrichards/xmlseclibs", "name": "robrichards/xmlseclibs",
"version": "dev-master", "version": "3.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/robrichards/xmlseclibs.git", "url": "https://github.com/robrichards/xmlseclibs.git",
"reference": "93f8c07976b36b6050ab341ab5850484dc897ce0" "reference": "1f4de0c0d121922aafd8c62c2a9f5e528830cf38"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/93f8c07976b36b6050ab341ab5850484dc897ce0", "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/1f4de0c0d121922aafd8c62c2a9f5e528830cf38",
"reference": "93f8c07976b36b6050ab341ab5850484dc897ce0", "reference": "1f4de0c0d121922aafd8c62c2a9f5e528830cf38",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -256,20 +254,20 @@ ...@@ -256,20 +254,20 @@
"xml", "xml",
"xmldsig" "xmldsig"
], ],
"time": "2018-03-23T11:10:08+00:00" "time": "2018-09-27T13:24:13+00:00"
}, },
{ {
"name": "simplesamlphp/saml2", "name": "simplesamlphp/saml2",
"version": "v3.2", "version": "v3.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/simplesamlphp/saml2.git", "url": "https://github.com/simplesamlphp/saml2.git",
"reference": "43590bc9614c1df5bd7b1639088f7d904842892b" "reference": "b3a040ec186f4a3749228b8c13642c5295fc451b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/43590bc9614c1df5bd7b1639088f7d904842892b", "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/b3a040ec186f4a3749228b8c13642c5295fc451b",
"reference": "43590bc9614c1df5bd7b1639088f7d904842892b", "reference": "b3a040ec186f4a3749228b8c13642c5295fc451b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -313,7 +311,7 @@ ...@@ -313,7 +311,7 @@
} }
], ],
"description": "SAML2 PHP library from SimpleSAMLphp", "description": "SAML2 PHP library from SimpleSAMLphp",
"time": "2018-07-12T09:56:19+00:00" "time": "2018-09-27T14:09:06+00:00"
}, },
{ {
"name": "twig/extensions", "name": "twig/extensions",
...@@ -2671,18 +2669,9 @@ ...@@ -2671,18 +2669,9 @@
"time": "2018-05-01T22:52:40+00:00" "time": "2018-05-01T22:52:40+00:00"
} }
], ],
"aliases": [ "aliases": [],
{
"alias": "3.0.2",
"alias_normalized": "3.0.2.0",
"version": "9999999-dev",
"package": "robrichards/xmlseclibs"
}
],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": { "stability-flags": [],
"robrichards/xmlseclibs": 20
},
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment