Add keywords to composer.json

This commit is contained in:
Niklas Keller
2016-03-13 18:26:34 +01:00
parent 4355e82afd
commit 61b463ad70

View File

@@ -1,6 +1,14 @@
{
"name": "kelunik/acme-client",
"description": "Standalone PHP ACME client.",
"keywords": [
"ACME",
"letsencrypt",
"https",
"encryption",
"ssl",
"tls"
],
"require": {
"amphp/process": "^0.1.1",
"bramus/monolog-colored-line-formatter": "^2",