-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
47 lines (47 loc) · 1.34 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
47
{
"name": "prezent/ink-bundle",
"type": "library",
"description": "Easy responsive e-mails using Foundation and Inky",
"keywords": ["email", "responsive", "twig", "foundation", "inky"],
"homepage": "http://www.prezent.nl",
"require": {
"php": "^7.0|^8.0",
"lib-libxml": ">=2.7.8",
"prezent/inky": "^0.1",
"pelago/emogrifier": "^5.0|^6.0|^7.0",
"symfony/framework-bundle": "^5.0|^6.0",
"symfony/mailer": "^5.0|^6.0",
"symfony/twig-bundle": "^5.0|^6.0"
},
"require-dev": {
"symfony/css-selector": "^5.0|^6.0",
"symfony/browser-kit": "^5.0|^6.0",
"symfony/phpunit-bridge": "^5.0|^6.0",
"symfony/web-profiler-bundle": "^5.0|^6.0",
"symfony/yaml": "^5.0|^6.0",
"twig/twig": "^2.0|^3.0",
"phpunit/phpunit": "^9.5"
},
"license": "MIT",
"authors": [
{
"name": "Sander Marechal",
"email": "[email protected]"
},
{
"name": "Prezent Internet B.V.",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": { "Prezent\\InkBundle\\": "src/" }
},
"autoload-dev": {
"psr-4": { "Prezent\\InkBundle\\Tests\\": "tests/" }
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}