1{
2    "name": "twig/extensions",
3    "description": "Common additional features for Twig that do not directly belong in core",
4    "keywords": ["i18n","text"],
5    "type": "library",
6    "license": "MIT",
7    "authors": [
8        {
9            "name": "Fabien Potencier",
10            "email": "fabien@symfony.com"
11        }
12    ],
13    "require": {
14        "twig/twig": "^1.27|^2.0"
15    },
16    "require-dev": {
17        "symfony/phpunit-bridge": "^3.4",
18        "symfony/translation": "^2.7|^3.4"
19    },
20    "suggest": {
21        "symfony/translation": "Allow the time_diff output to be translated"
22    },
23    "autoload": {
24        "psr-0": { "Twig_Extensions_": "lib/" },
25        "psr-4": { "Twig\\Extensions\\": "src/" }
26    },
27    "extra": {
28        "branch-alias": {
29            "dev-master": "1.5-dev"
30        }
31    }
32}
33