-
- Downloads
Merge branch 'master' of github.com:simplesamlphp/simplesamlphp
# By Thijs Kinkhorst # Via Jaime Pérez (1) and Thijs Kinkhorst (1) * 'master' of github.com:simplesamlphp/simplesamlphp: composer: replace xmlseclibs svn source with our git copy
| ... | ... | @@ -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"] | ||
| } | ||
| } | ||
| } | ||
| ] | ||
| } |
Please register or sign in to comment