From 9d290695ebcd8963734bec3029967b23e017a506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=BCrth?= Date: Thu, 18 May 2017 18:44:43 +0200 Subject: [PATCH] Add type & keywords to Collections composer.json --- src/Collection/composer.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Collection/composer.json b/src/Collection/composer.json index 5cf7b5920a9..56e81069b67 100644 --- a/src/Collection/composer.json +++ b/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": [ {