forked from gushphp/ToInlineStyleEmailBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 1.07 KB
/
composer.json
File metadata and controls
35 lines (35 loc) · 1.07 KB
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
{
"name": "robertotru/to-inline-style-email-bundle",
"version": "1.0.0-dev",
"time": "2013-01-16",
"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/robertotru/ToInlineStyleEmailBundle",
"license": "MIT",
"authors": [
{
"name": "Roberto Trunfio",
"email": "rtrunfio@deis.unical.it",
"homepage": "http://www.trunfio.it",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.3",
"tijsverkoyen/css-to-inline-styles": "~1.2"
},
"require-dev": {
"symfony/framework-bundle": ">=2.1,<2.2-dev"
},
"autoload": {
"psr-0": { "RobertoTru\\ToInlineStyleEmailBundle": "" }
},
"target-dir": "RobertoTru/ToInlineStyleEmailBundle",
"extra": {
"branch-alias": {
"dev-master": "1.0.0-dev"
}
},
"minimum-stability": "dev"
}