Skip to content
Snippets Groups Projects
Commit 3bd386ed authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Update saml2 to 3.1.x for ECP support.

parent 56ed532d
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
"ext-hash": "*", "ext-hash": "*",
"ext-json": "*", "ext-json": "*",
"ext-mbstring": "*", "ext-mbstring": "*",
"simplesamlphp/saml2": "~3.0", "simplesamlphp/saml2": "~3.1",
"robrichards/xmlseclibs": "~3.0", "robrichards/xmlseclibs": "~3.0",
"whitehat101/apr1-md5": "~1.0", "whitehat101/apr1-md5": "~1.0",
"twig/twig": "~1.0", "twig/twig": "~1.0",
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "b4321ba6aa21f1dfd919f942037f2692", "content-hash": "a7ac3f6a5e037f467876e690ee591e59",
"packages": [ "packages": [
{ {
"name": "gettext/gettext", "name": "gettext/gettext",
...@@ -260,36 +260,40 @@ ...@@ -260,36 +260,40 @@
}, },
{ {
"name": "simplesamlphp/saml2", "name": "simplesamlphp/saml2",
"version": "v3.0.3", "version": "v3.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/simplesamlphp/saml2.git", "url": "https://github.com/simplesamlphp/saml2.git",
"reference": "bdafe52d52adb32c926c12c5139401546b4dc57b" "reference": "1b93d1fa49abaf99ffa78aef5358224e3a6b29b2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/bdafe52d52adb32c926c12c5139401546b4dc57b", "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/1b93d1fa49abaf99ffa78aef5358224e3a6b29b2",
"reference": "bdafe52d52adb32c926c12c5139401546b4dc57b", "reference": "1b93d1fa49abaf99ffa78aef5358224e3a6b29b2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-dom": "*", "ext-dom": "*",
"ext-openssl": "*", "ext-openssl": "*",
"ext-zlib": "*", "ext-zlib": "*",
"php": ">=5.3.3", "php": ">=5.4",
"psr/log": "~1.0", "psr/log": "~1.0",
"robrichards/xmlseclibs": "^2.0|^3.0" "robrichards/xmlseclibs": "^3.0"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "~0.9", "mockery/mockery": "~0.9",
"phpmd/phpmd": "~1.5", "phpmd/phpmd": "~1.5",
"phpunit/phpunit": "~3.7", "phpunit/phpunit": "~3.7",
"satooshi/php-coveralls": "~0.6.1",
"sebastian/phpcpd": "~1.4", "sebastian/phpcpd": "~1.4",
"sensiolabs/security-checker": "~1.1", "sensiolabs/security-checker": "~1.1",
"squizlabs/php_codesniffer": "~1.4" "squizlabs/php_codesniffer": "~1.4"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "v3.0.x-dev"
}
},
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"SAML2\\": "src/" "SAML2\\": "src/"
...@@ -309,7 +313,7 @@ ...@@ -309,7 +313,7 @@
} }
], ],
"description": "SAML2 PHP library from SimpleSAMLphp", "description": "SAML2 PHP library from SimpleSAMLphp",
"time": "2017-08-31T11:24:42+00:00" "time": "2017-12-06T15:57:23+00:00"
}, },
{ {
"name": "twig/extensions", "name": "twig/extensions",
......
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