diff --git a/composer.json b/composer.json
index 26dfab64fc4afcd47e1c67c78063df3e0cd97222..476373e4aa93be4a9bdaa126849e1137b54aaa79 100644
--- a/composer.json
+++ b/composer.json
@@ -24,27 +24,11 @@
     "require": {
         "php": "~5.3",
         "simplesamlphp/saml2": "~0.3",
+        "simplesamlphp/xmlseclibs": "~1.3.1",
         "openid/php-openid": "dev-master#ee669c6a9d4d95b58ecd9b6945627276807694fb as 2.2.2"
     },
     "support": {
         "issues": "https://github.com/simplesamlphp/simplesamlphp/issues",
         "source": "https://github.com/simplesamlphp/simplesamlphp"
-    },
-    "repositories": [
-        {
-            "type": "package",
-            "package": {
-                "name": "robrichards/xmlseclibs",
-                "version": "1.3.1",
-                "source": {
-                    "type": "svn",
-                    "url": "http://xmlseclibs.googlecode.com/svn",
-                    "reference": "trunk@50"
-                },
-                "autoload": {
-                    "files": ["xmlseclibs.php"]
-                }
-            }
-        }
-    ]
+    }
 }