Browse Source

Add type & keywords to Validation composer.json

Marc Würth 8 years ago
parent
commit
9d3b9997dc
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/Cache/composer.json

+ 6 - 0
src/Cache/composer.json

@@ -1,6 +1,12 @@
 {
     "name": "cakephp/cache",
     "description": "Easy to use Caching library with support for multiple caching backends",
+    "type": "library",
+    "keywords": [
+        "cakephp",
+        "caching",
+        "cache"
+    ],
     "license": "MIT",
     "authors": [
         {