mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-14 04:18:49 +00:00
Add SAML addon.
This commit is contained in:
parent
f04493b5bb
commit
4b3b79c894
62 changed files with 16277 additions and 0 deletions
21
saml/vendor/robrichards/xmlseclibs/composer.json
vendored
Normal file
21
saml/vendor/robrichards/xmlseclibs/composer.json
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "robrichards/xmlseclibs",
|
||||
"description": "A PHP library for XML Security",
|
||||
"license": "BSD-3-Clause",
|
||||
"keywords": [
|
||||
"xml",
|
||||
"xmldsig",
|
||||
"signature",
|
||||
"security"
|
||||
],
|
||||
"homepage": "https://github.com/robrichards/xmlseclibs",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"RobRichards\\XMLSecLibs\\": "src"
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"php": ">= 5.4",
|
||||
"ext-openssl": "*"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue