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

composer: replace xmlseclibs svn source with our git copy

This mirrors the configuration used in simplesamlphp/saml2.
It lifts the requirement to have subversion present on your machine.
parent 0f0acf8c
No related branches found
No related tags found
No related merge requests found
...@@ -24,27 +24,11 @@ ...@@ -24,27 +24,11 @@
"require": { "require": {
"php": "~5.3", "php": "~5.3",
"simplesamlphp/saml2": "~0.3", "simplesamlphp/saml2": "~0.3",
"simplesamlphp/xmlseclibs": "~1.3.1",
"openid/php-openid": "dev-master#ee669c6a9d4d95b58ecd9b6945627276807694fb as 2.2.2" "openid/php-openid": "dev-master#ee669c6a9d4d95b58ecd9b6945627276807694fb as 2.2.2"
}, },
"support": { "support": {
"issues": "https://github.com/simplesamlphp/simplesamlphp/issues", "issues": "https://github.com/simplesamlphp/simplesamlphp/issues",
"source": "https://github.com/simplesamlphp/simplesamlphp" "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"]
}
}
}
]
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment