Browse Source

composer.json: added keywords and license

Fabian Peter Hammerle 8 years ago
parent
commit
076e868248
1 changed files with 2 additions and 0 deletions
  1. 2 0
      composer.json

+ 2 - 0
composer.json

@@ -1,6 +1,8 @@
 {
     "name": "fphammerle/yii2-client-cert-auth",
     "description": "yii2 extension for automatic login via TLS/SSL/HTTPS client certificates",
+    "keywords": ["yii2", "authentication", "ssl", "https", "client certificate", "x509"],
+    "license": "MIT",
     "authors" : [
         {
             "name": "Fabian Peter Hammerle",