forked from mikeyudin/EmailTemplateBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 803 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 803 Bytes
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
{
"name": "sfk/email-template-bundle",
"type": "symfony-bundle",
"description": "This bundle helps you to deal with emails in your Symfony2 app. Render emails from Twig or Database, it's easy!.",
"keywords": ["emails integration","twig email", "doctrine email"],
"homepage": "http://github.com/getme/EmailTemplateBundle",
"license": "MIT",
"authors": [
{
"name": "Oleg Khussainov",
"email": "oleg@hireoleg.com",
"role": "Developer"
}
],
"require": {
"symfony/framework-bundle": "~2.1|~3.0|~4.0"
},
"require-dev": {
"phpunit/phpunit": "^5.0"
},
"autoload": {
"psr-0": {
"Sfk\\EmailTemplateBundle": ""
}
},
"target-dir": "Sfk/EmailTemplateBundle"
}