Skip to content

Commit

Permalink
Add type & keywords to Collections composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ravage84 committed May 18, 2017
1 parent 9d3b999 commit 9d29069
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions 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": [
{
Expand Down

0 comments on commit 9d29069

Please sign in to comment.