From eef1ffb0f43783e28d0b931f270cab6d10ece2fb Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Thu, 5 Mar 2015 02:31:03 +0100 Subject: init --- composer.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 composer.json (limited to 'composer.json') diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..aece019 --- /dev/null +++ b/composer.json @@ -0,0 +1,20 @@ +{ + "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", + "require-dev": { + "phpunit/phpunit": "~4.5", + "twig/extensions": "~1.2" + }, + "license": "Apache-2.0", + "authors": [ + { + "name": "Victor Häggqvist", + "email": "victor@snilius.com" + } + ], + "autoload": { + "psr-4": { + "Snilius\\Twig\\": "src/" + } + } +} -- cgit v1.2.3