diff --git a/composer.json b/composer.json index 6639e9c7a..766b2829b 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "ext-dom": "*", "ext-mcrypt": "*", - "simplesamlphp/xmlseclibs": "~1.3.1", + "robrichards/xmlseclibs": "^1.3", "psr/log": "~1.0" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 5db5976cd..51e14ebbb 100644 --- a/composer.lock +++ b/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": "967b856d8ae0bb16067efa2b8c022f30", + "hash": "7eef7fe4ad07e291e4923d53eba0a847", "packages": [ { "name": "psr/log", @@ -45,27 +45,22 @@ "time": "2012-12-21 11:40:51" }, { - "name": "simplesamlphp/xmlseclibs", - "version": "v1.3.2", + "name": "robrichards/xmlseclibs", + "version": "1.3.2", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/xmlseclibs.git", - "reference": "734e80899ade295b979de08553161cad63c2dd98" + "url": "https://github.com/robrichards/xmlseclibs.git", + "reference": "5e3c8a03990b9a97d1ea714bcba391d2f58e5b2d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/xmlseclibs/zipball/734e80899ade295b979de08553161cad63c2dd98", - "reference": "734e80899ade295b979de08553161cad63c2dd98", + "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/5e3c8a03990b9a97d1ea714bcba391d2f58e5b2d", + "reference": "5e3c8a03990b9a97d1ea714bcba391d2f58e5b2d", "shasum": "" }, - "replace": { - "cdatazone/xmlseclibs": "self.version", - "fr3d/xmlseclibs": "self.version", - "robrichards/xmlseclibs": "self.version" - }, "suggest": { - "ext/mcrypt": "", - "ext/openssl": "" + "ext/mcrypt": "MCrypt extension", + "ext/openssl": "OpenSSL extension" }, "type": "library", "autoload": { @@ -77,23 +72,15 @@ "license": [ "BSD-3-Clause" ], - "authors": [ - { - "name": "Rob Richards" - } - ], "description": "A PHP library for XML Security", - "homepage": "http://code.google.com/p/xmlseclibs/", + "homepage": "https://github.com/robrichards/xmlseclibs", "keywords": [ - "certificate", "security", "signature", - "signing", - "x.509", "xml", - "xmlsec" + "xmldsig" ], - "time": "2013-06-19 00:00:00" + "time": "2015-05-21 19:26:03" } ], "packages-dev": [