drupal-civicrm/sites/all/modules/civicrm/vendor/totten/ca-config/composer.json
2018-01-14 13:10:16 +00:00

24 lines
491 B
JSON

{
"name": "totten/ca-config",
"description": "Default configuration for certificate authorities",
"homepage": "https://github.com/totten/ca_config",
"license": "BSD-2-Clause",
"require": {
"php": ">=5.2"
},
"autoload": {
"psr-0": {
"CA_Config": "src/"
}
},
"config": {
"bin-dir": "bin"
},
"authors": [
{
"name": "Tim Otten",
"email": "to-git@think.hm"
}
]
}