22 lines
404 B
JSON
22 lines
404 B
JSON
{
|
|
"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": "*"
|
|
}
|
|
}
|