-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
42 lines (42 loc) · 1.3 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "jays-de/handlebars-bundle",
"type": "symfony-bundle",
"license": "MIT",
"homepage": "https://github.com/jenschude/HandlebarsBundle",
"description": "This Symfony bundle provides integration for the handlebars template engine.",
"keywords": ["templating", "handlebars", "symfony"],
"authors": [
{
"name": "Jens Schulze",
"email": "jens.schulze@commercetools.de"
},
{
"name": "Community contributions",
"homepage": "https://github.com/jenschude/HandlebarsBundle/contributors"
}
],
"support": {
"issues": "https://github.com/jenschude/HandlebarsBundle/issues"
},
"require": {
"php": ">=5.5",
"psr/log": "^1.0",
"symfony/asset": "^2.8 || ^3.0 || ^4.0",
"symfony/finder": "^2.8 || ^3.0 || ^4.0",
"symfony/framework-bundle": "^2.8 || ^3.0 || ^4.0",
"symfony/templating": "^2.8 || ^3.0 || ^4.0",
"symfony/translation": "^2.8 || ^3.0 || ^4.0",
"zordius/lightncandy": "^1.0",
"twig/twig": "^1.34 | ^2.4"
},
"require-dev": {
"symfony/yaml": "^2.8 || ^3.0 || ^4.0",
"phpunit/phpunit": "^5.7 || ^6.0",
"symfony/assetic-bundle": "~2.0",
"sebastian/comparator": "^1.2.4 || ^2.0 || ^3.0",
"symfony/stopwatch": "^2.8 || ^3.0 || ^4.0"
},
"autoload": {
"psr-4": { "JaySDe\\HandlebarsBundle\\": "src/" }
}
}