forked from gremo/ZurbInkBundle
-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
32 lines (32 loc) · 858 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
30
31
32
{
"name": "gremo/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/gremo/ZurbInkBundle",
"license": "MIT",
"authors": [
{
"name": "Marco Polichetti",
"homepage": "http://github.com/gremo",
"email": "[email protected]"
}
],
"require": {
"php": "^5.6.0 || ^7.0",
"lorenzo/pinky": "^1.0",
"symfony/framework-bundle": "^3.3 || ^4.0. || ^5.0",
"tijsverkoyen/css-to-inline-styles": "^1.5 || ^2.0",
"twig/twig": "^1.23 || ^2.0 || ^3.0"
},
"autoload": {
"psr-4": {
"Gremo\\ZurbInkBundle\\": "src/"
}
}
}