Browse Source

Add type & keywords to Collections composer.json

Marc Würth 8 years ago
parent
commit
9d290695eb
1 changed files with 7 additions and 0 deletions
  1. 7 0
      src/Collection/composer.json

+ 7 - 0
src/Collection/composer.json

@@ -1,6 +1,13 @@
 {
     "name": "cakephp/collection",
     "description": "Work easily with arrays and iterators by having a battery of utility traversal methods",
+    "type": "library",
+    "keywords": [
+        "cakephp",
+        "collections",
+        "iterators",
+        "arrays"
+    ],
     "license": "MIT",
     "authors": [
         {