aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2015-03-05 02:35:17 +0100
committerVictor Häggqvist <[email protected]>2015-03-05 02:35:17 +0100
commit5acebfdf586d4c035e1801223c36b9153aef432a (patch)
tree3355eeaecdb150438b292b1e7cc2b59cb8ae2530
parent1c43fd003625377fbcbe6b847989e35157ab5e69 (diff)
fix: unclutter composer descriptionv0.1.1
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
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"