aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2015-03-05 02:31:03 +0100
committerVictor Häggqvist <[email protected]>2015-03-05 02:31:03 +0100
commiteef1ffb0f43783e28d0b931f270cab6d10ece2fb (patch)
treea6695da79c07ac5a099048252f8e8b5f65a2c995 /composer.json
init
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json20
1 files changed, 20 insertions, 0 deletions
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": "[email protected]"
+ }
+ ],
+ "autoload": {
+ "psr-4": {
+ "Snilius\\Twig\\": "src/"
+ }
+ }
+}