You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
404 B
22 lines
404 B
{
|
|
"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": "*"
|
|
}
|
|
}
|