aboutsummaryrefslogtreecommitdiff
path: root/composer.json
blob: cc1d72fd9049e485d3d9a399d99dad775fa1a9a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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",
    "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/"
        }
    }
}