-
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) · 807 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 807 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": "san/email-bundle",
"type": "symfony-bundle",
"description": "Exercise platform email bundle",
"keywords": ["exercise", "platform", "email", "bundle"],
"homepage": "https://github.com/Exercise/SanEmailBundle.git",
"license": "MIT",
"authors": [
{ "name": "Alex Kovalevych", "email": "alexkovalevych@gmail.com" }
],
"require": {
"san/user-list-bundle": "dev-master",
"exercise/sendgrid-bundle": "dev-master",
"phpoffice/phpexcel": "dev-develop",
"fabpot/goutte": "1.0.*@dev",
"symfony/validator": "~2.1"
},
"autoload": {
"psr-0": { "San\\EmailBundle": "" }
},
"target-dir": "San/EmailBundle",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}