Skip to content
Snippets Groups Projects
Commit 28bbae2d authored by Jaime Perez's avatar Jaime Perez
Browse files

Removing the dependency for openid/php-openid. This resolves #92 and fixes #52.

parent f1ffa706
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,7 @@
"require": {
"php": "~5.3",
"simplesamlphp/saml2": "~0.3",
"simplesamlphp/xmlseclibs": "~1.3.2",
"openid/php-openid": "dev-master#ee669c6a9d4d95b58ecd9b6945627276807694fb as 2.2.2"
"simplesamlphp/xmlseclibs": "~1.3.2"
},
"support": {
"issues": "https://github.com/simplesamlphp/simplesamlphp/issues",
......
......@@ -4,57 +4,8 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "e609dc6172b06d1dd51be10f92c4d18b",
"hash": "906956bd53381b35bc7ea898a724ad07",
"packages": [
{
"name": "openid/php-openid",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/openid/php-openid.git",
"reference": "ee669c6a9d4d95b58ecd9b6945627276807694fb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/openid/php-openid/zipball/fff9217fb1acda132702730b66b10981ea9d4cac",
"reference": "ee669c6a9d4d95b58ecd9b6945627276807694fb",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-dom": "*",
"ext-gmp": "*",
"php": ">=4.3"
},
"type": "library",
"autoload": {
"classmap": [
"Auth"
]
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
"."
],
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "JanRain Inc.",
"homepage": "http://www.openidenabled.com"
}
],
"description": "OpenID library for PHP5",
"homepage": "http://github.com/openid/php-openid",
"keywords": [
"Authentication",
"OpenId",
"auth",
"yadis"
],
"time": "2013-10-03 21:21:20"
},
{
"name": "psr/log",
"version": "1.0.0",
......@@ -194,18 +145,9 @@
}
],
"packages-dev": [],
"aliases": [
{
"alias": "2.2.2",
"alias_normalized": "2.2.2.0",
"version": "9999999-dev",
"package": "openid/php-openid"
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"openid/php-openid": 20
},
"stability-flags": [],
"prefer-stable": false,
"platform": {
"php": "~5.3"
......
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