-
Notifications
You must be signed in to change notification settings - Fork 34
/
composer.json
32 lines (32 loc) · 952 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": "gushphp/to-inline-style-email-bundle",
"type": "symfony-bundle",
"description": "A Symfony2 bundle for using the CssToInlineStyles translator by tijsverkoyen",
"keywords": ["css", "inline", "style", "email", "symfony", "bundle"],
"homepage": "http://github.com/gushphp/ToInlineStyleEmailBundle",
"license": "MIT",
"authors": [
{
"name": "Roberto Trunfio",
"email": "[email protected]",
"homepage": "http://www.trunfio.it",
"role": "Developer"
}
],
"require": {
"php": ">=5.5",
"tijsverkoyen/css-to-inline-styles": "~2.2.1"
},
"require-dev": {
"symfony/framework-bundle": "*",
"phpunit/phpunit": "^4.4"
},
"autoload": {
"psr-4": { "RobertoTru\\ToInlineStyleEmailBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "1.5-dev"
}
}
}