Files
yaac/composer.json
2020-02-13 08:55:12 +01:00

31 lines
518 B
JSON

{
"name": "afosto/yaac",
"description": "Yet Another ACME client",
"type": "package",
"keywords": [
"afosto",
"lets",
"acme",
"acmev2",
"v2",
"encrypt"
],
"homepage": "https://afosto.com",
"license": "Apache-2.0",
"authors": [
{
"name": "Afosto Team",
"homepage": "https://afosto.com"
}
],
"autoload": {
"psr-4": {
"Afosto\\LetsEncrypt\\": "./src"
}
},
"require": {
"guzzlehttp/guzzle": "^6.3",
"league/flysystem": "^1.0"
}
}