-
Notifications
You must be signed in to change notification settings - Fork 37
/
composer.json
29 lines (28 loc) · 871 Bytes
/
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
{
"name": "hampe/zurb-ink-bundle",
"type": "symfony-bundle",
"description": "Creating email templates is hard. This Bundle provides help.",
"keywords": ["email", "zurb", "ink", "template"],
"homepage": "http://github.com/thampe/ZurbInkBundle",
"license": "MIT",
"authors": [
{
"name": "Thomas Hampe",
"homepage": "http://github.com/thampe",
"email": "[email protected]"
}
],
"require": {
"php": "^5.3.2 || ^7.0",
"symfony/framework-bundle": "^2.0 || ^3.0 || ^4.0",
"twig/twig": "^1.23 || ^2.0",
"tijsverkoyen/css-to-inline-styles": "^1.0",
"hampe/inky": "^1.3.6"
},
"autoload": {
"psr-0": {
"Hampe\\Bundle\\ZurbInkBundle": ""
}
},
"target-dir": "Hampe/Bundle/ZurbInkBundle"
}