Skip to content

Instantly share code, notes, and snippets.

@Maks3w
Created March 31, 2013 08:17
Show Gist options
  • Save Maks3w/5279958 to your computer and use it in GitHub Desktop.
Save Maks3w/5279958 to your computer and use it in GitHub Desktop.
SimpleSAML composer repository
{
"require": {
"simplesamlphp/simplesamlphp": "*@dev"
},
"repositories": [
{
"type": "package",
"package": {
"name": "simplesamlphp/simplesamlphp",
"version": "dev-master",
"source": {
"type": "svn",
"url": "http://simplesamlphp.googlecode.com/svn/",
"reference": "trunk/"
},
"psr-0": {
"Auth_": ["lib"],
"SAML2_": ["lib"],
"SimpleSAML_": ["lib"]
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment