-
- Downloads
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.
... | @@ -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"] | |||
} | |||
} | |||
} | |||
] | |||
} | } |
Please register or sign in to comment