From 5acebfdf586d4c035e1801223c36b9153aef432a Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Thu, 5 Mar 2015 02:35:17 +0100 Subject: fix: unclutter composer description --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index aece019..cc1d72f 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "snilius/twig-sort-by-field", - "description": "A Twig Extension filter to sort an array of entries (objects or arrays) by the specified field's value", + "description": "A Twig Extension filter to sort an array of entries (objects or arrays) by the specified field", "require-dev": { "phpunit/phpunit": "~4.5", "twig/extensions": "~1.2" -- cgit v1.2.3