diff --git a/composer.json b/composer.json
index 77ccb2b6a0f963aedc1a5463334f8b1f7db979df..30dd1260556ebe7d05430eefebcf22143fbfb841 100644
--- a/composer.json
+++ b/composer.json
@@ -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",
diff --git a/composer.lock b/composer.lock
index bf27fd67d5af6ea0a320475160dd8ba22cde7dfe..af1aadddea845899b135cbfacf5f089dcb929a46 100644
--- a/composer.lock
+++ b/composer.lock
@@ -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"