-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
30 lines (30 loc) · 1.02 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
{
"name": "crossjoin/pre-mailer",
"description": "Crossjoin\\PreMailer converts CSS in a given HTML source to inline styles and optimizes it for sending it via e-mail. It also creates a text version of the HTML source. Requires PHP 5.4+.",
"keywords": ["premailer", "e-mail", "mail", "inline", "css", "styles", "html", "text", "php"],
"homepage": "https://github.com/crossjoin/PreMailer",
"license": "MIT",
"authors": [
{
"name": "Christoph Ziegenberg",
"email": "ziegenberg@crossjoin.com",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/crossjoin/PreMailer/issues",
"source": "https://github.com/crossjoin/PreMailer"
},
"require": {
"php" : ">=5.4.0",
"ext-dom" : "*",
"ext-mbstring" : "*",
"crossjoin/css": "1.0.*",
"symfony/css-selector": "2.7.*"
},
"autoload": {
"psr-4": {
"Crossjoin\\PreMailer\\": "src/Crossjoin/PreMailer/"
}
}
}