forked from MyIntervals/emogrifier
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
46 lines (46 loc) · 1.09 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "pelago/emogrifier",
"description": "Converts CSS styles into inline style attributes in your HTML code",
"tags": ["email", "css", "pre-processing"],
"license": "MIT",
"homepage": "http://www.pelagodesign.com/sidecar/emogrifier/",
"authors": [
{
"name": "John Reeve",
"email": "jreeve@pelagodesign.com"
},
{
"name": "Cameron Brooks"
},
{
"name": "Jaime Prado"
},
{
"name": "Oliver Klee",
"email": "typo3-coding@oliverklee.de"
},
{
"name": "Roman Ožana",
"email": "ozana@omdesign.cz"
}
],
"require": {
"php": ">=5.4.0",
"ext-mbstring": "*"
},
"require-dev": {
"squizlabs/php_codesniffer": "2.3.4",
"typo3-ci/typo3sniffpool": "2.1.1",
"phpunit/phpunit": "4.8.11"
},
"autoload": {
"psr-4": {
"Pelago\\": "Classes/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}