From ad10f9e306578406066376d0b2aafe4044ce0ee0 Mon Sep 17 00:00:00 2001 From: Ihor Burlachenko Date: Sun, 17 Jan 2016 21:34:28 +0100 Subject: [PATCH] Updated composer.json description --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f5a2219..2ea7b6f 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "ihor/nspl", - "description": "Non-standard PHP library (NSPL) contains all functions you always wanted to have in PHP", - "keywords": ["functional", "programming", "higher-order", "partial application", "curry", "memoize", "weighted random", "list", "zip", "flatten", "defaultarray", "python"], + "description": "Non-standard PHP library (NSPL) contains all functions you always wanted to have in PHP (functional programming, array functions, argument validation)", + "keywords": ["functional", "programming", "higher-order", "partial application", "curry", "memoize", "weighted random", "list", "zip", "flatten", "defaultarray", "python", "itemGetter", "propertyGetter"], "license": "MIT", "authors": [ {