aboutsummaryrefslogtreecommitdiff
path: root/composer.json
blob: 1b2a51392bfd9a6de75e1db6cb31bf184dafc92a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "snilius/twig-sort-by-field",
    "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"
    },
    "license": "Apache-2.0",
    "authors": [
        {
            "name": "Victor Häggqvist",
            "email": "[email protected]"
        }
    ],
    "autoload": {
        "psr-4": {
            "Snilius\\Twig\\": "src/",
            "Snilius\\Twig\\Tests\\": "test/"
        }
    }
}